SlideShare a Scribd company logo
Version Control Systems Types
-Firstwewilldiscusstwopoints:
• WhatisLocalizedandcentralizedversioncontrol
systems ?
• Whatisadistributedversioncontrolsystem?
Centralized Version Control System
LocalizedVCdistributed
What Is Git?
Git is currently the most popular implementation of a distributed version
control system.
Git originates from the Linux kernel development and was founded in 2005
by Linus Torvalds. Nowadays it is used by many popular open source
projects, e.g., the Android or the Eclipse developer teams, as well as many
commercial organizations.
The core of Git was originally written in the programming language C, but Git
has also been re-implemented in other languages, e.g., Java, Ruby and
Python. And php
What Is Github?
• GitHub is a web-based Git repository hosting
service
• GitHub provides access control and several
collaboration features such as :
What Is Github?
GitHub
wikis
task
management
bug
tracking
GIT VS GitHub?
GITHUB ALLOWS YOU TO:
1. Share your repositories with others.
2. Access other user's repositories.
3. Store remote copies of your repositories (GitHub
servers) as backup of your local copies
GIT VS Github?
GIT VS Github?
Important notices :
1. You do not need GitHub to use Git.
2. Git = Local (on your computer).
3. GitHub = Remote (web).

More Related Content

PDF
Session: Git Basics & GitFlow Workflow
PDF
Git para novatos
ODP
Git Demo
PDF
Presentation on GIT at Eminence
ODP
Gitlab Flash Talk
PDF
Intro to git and git hub
PPTX
The Road to Continuous Delivery: Evolution Not Revolution 
PDF
Whether you should migrate to git
Session: Git Basics & GitFlow Workflow
Git para novatos
Git Demo
Presentation on GIT at Eminence
Gitlab Flash Talk
Intro to git and git hub
The Road to Continuous Delivery: Evolution Not Revolution 
Whether you should migrate to git

What's hot (20)

PDF
Git strategies for DevOps
ODP
PPTX
Davinci git brown_bag
PPTX
PPTX
Git Everyday
PPTX
You can git
PDF
Introducing Git and git flow
PPSX
Hackaton for health 2015 - Sharing the Code we Make
PPTX
Github
PPTX
Git & git hub
PDF
Preventing Supply Chain Attacks on Open Source Software
ODP
Beginner walkthrough to git and github
PDF
Git Tutorial
PDF
Automating your releases with shell scripts - WordCamp Netherlands 2014
PPTX
git presentation
PPTX
Git and GitHub | Concept about Git and GitHub Process | Git Process overview
PDF
Gerrit linuxtag2011
 
PDF
GitHub
PPTX
Github
PDF
ePOM - Fundamentals of Research Software Development - Integrated Development...
Git strategies for DevOps
Davinci git brown_bag
Git Everyday
You can git
Introducing Git and git flow
Hackaton for health 2015 - Sharing the Code we Make
Github
Git & git hub
Preventing Supply Chain Attacks on Open Source Software
Beginner walkthrough to git and github
Git Tutorial
Automating your releases with shell scripts - WordCamp Netherlands 2014
git presentation
Git and GitHub | Concept about Git and GitHub Process | Git Process overview
Gerrit linuxtag2011
 
GitHub
Github
ePOM - Fundamentals of Research Software Development - Integrated Development...
Ad

Similar to What is git (20)

PPTX
Version control system
PPTX
git Introduction.pptx
PDF
vcs and git.pdf
PPTX
FLOSS.pptx
PPTX
the Version Control systemlocalized.pptx
PDF
Know the Science behind WorkFlows using Git & GitHhub
PPTX
Evolution of GIT - Linus Torvald's magic
PPTX
Sprints-Day 6.pptx
PDF
Git Mastery
PDF
Git & version control crash course
PPTX
GIT and GITHUB
PPTX
Introduction to git & GitHub
PDF
Software Engineering Tools and Practices Learn Git
PPTX
Git and GitHub.pptx
PDF
Let's talk GIt
PDF
Introduction-to-Git-Github-andWorshop.pdf
PDF
Version Controlling With Git
PDF
Version Control with Git
Version control system
git Introduction.pptx
vcs and git.pdf
FLOSS.pptx
the Version Control systemlocalized.pptx
Know the Science behind WorkFlows using Git & GitHhub
Evolution of GIT - Linus Torvald's magic
Sprints-Day 6.pptx
Git Mastery
Git & version control crash course
GIT and GITHUB
Introduction to git & GitHub
Software Engineering Tools and Practices Learn Git
Git and GitHub.pptx
Let's talk GIt
Introduction-to-Git-Github-andWorshop.pdf
Version Controlling With Git
Version Control with Git
Ad

Recently uploaded (20)

PDF
Approach and Philosophy of On baking technology
PDF
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
PPTX
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PDF
Per capita expenditure prediction using model stacking based on satellite ima...
PDF
Building Integrated photovoltaic BIPV_UPV.pdf
PPTX
MYSQL Presentation for SQL database connectivity
PPTX
Understanding_Digital_Forensics_Presentation.pptx
PDF
Reach Out and Touch Someone: Haptics and Empathic Computing
PPTX
Programs and apps: productivity, graphics, security and other tools
PPTX
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
PPTX
Spectroscopy.pptx food analysis technology
PPT
Teaching material agriculture food technology
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
PDF
cuic standard and advanced reporting.pdf
PDF
Agricultural_Statistics_at_a_Glance_2022_0.pdf
DOCX
The AUB Centre for AI in Media Proposal.docx
 
PDF
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
PPTX
sap open course for s4hana steps from ECC to s4
Approach and Philosophy of On baking technology
TokAI - TikTok AI Agent : The First AI Application That Analyzes 10,000+ Vira...
Effective Security Operations Center (SOC) A Modern, Strategic, and Threat-In...
20250228 LYD VKU AI Blended-Learning.pptx
Per capita expenditure prediction using model stacking based on satellite ima...
Building Integrated photovoltaic BIPV_UPV.pdf
MYSQL Presentation for SQL database connectivity
Understanding_Digital_Forensics_Presentation.pptx
Reach Out and Touch Someone: Haptics and Empathic Computing
Programs and apps: productivity, graphics, security and other tools
KOM of Painting work and Equipment Insulation REV00 update 25-dec.pptx
Spectroscopy.pptx food analysis technology
Teaching material agriculture food technology
Chapter 3 Spatial Domain Image Processing.pdf
Architecting across the Boundaries of two Complex Domains - Healthcare & Tech...
cuic standard and advanced reporting.pdf
Agricultural_Statistics_at_a_Glance_2022_0.pdf
The AUB Centre for AI in Media Proposal.docx
 
Profit Center Accounting in SAP S/4HANA, S4F28 Col11
sap open course for s4hana steps from ECC to s4

What is git

  • 1. Version Control Systems Types -Firstwewilldiscusstwopoints: • WhatisLocalizedandcentralizedversioncontrol systems ? • Whatisadistributedversioncontrolsystem?
  • 4. What Is Git? Git is currently the most popular implementation of a distributed version control system. Git originates from the Linux kernel development and was founded in 2005 by Linus Torvalds. Nowadays it is used by many popular open source projects, e.g., the Android or the Eclipse developer teams, as well as many commercial organizations. The core of Git was originally written in the programming language C, but Git has also been re-implemented in other languages, e.g., Java, Ruby and Python. And php
  • 5. What Is Github? • GitHub is a web-based Git repository hosting service • GitHub provides access control and several collaboration features such as :
  • 7. GIT VS GitHub? GITHUB ALLOWS YOU TO: 1. Share your repositories with others. 2. Access other user's repositories. 3. Store remote copies of your repositories (GitHub servers) as backup of your local copies
  • 9. GIT VS Github? Important notices : 1. You do not need GitHub to use Git. 2. Git = Local (on your computer). 3. GitHub = Remote (web).