SlideShare a Scribd company logo
www.edureka.co/git-github
Know the Science
behind Workflows
using
Git & GitHub
www.edureka.co/git-github
Today’s Topics
 Why Version Control Systems
 Traditional Version Control Systems
 Why Git?
 What is GitHub?
 Git Shell & GitHub UI Demo
 Hands-On with Git & GitHub
www.edureka.co/git-github
We all have done it – Isn’t It
www.edureka.co/git-github
We all have done it – Isn’t It
www.edureka.co/git-github
We all have done it – Isn’t It
Because we were not told about Version Control System
www.edureka.co/git-github
Version Control System
www.edureka.co/git-github
Version Control System
Version control systems are softwares that manage changes to
files e.g. documents, images, code, basically everything
www.edureka.co/git-github
What you get from a Version Control system
• Saves you from creating multiple backups of your files
• Allows multiple people to work on same file
• Tracks changes and also who have made those changes
• Easy to switch back to older versions as and when required
• Makes you more productive
Some of the major benefits of using a Version Control System are listed below :
www.edureka.co/git-github
Traditional Tools for Version Control
Open Source
 CVS
 SVN
Proprietary
 IBM Rational ClearCase
 Perforce
Client-Server Model
Client-Server Model
Client-Server Model
Client-Server Model
www.edureka.co/git-github
Problem with Client Server Model
Client-Server version control systems work on a centralized model which has a
single repository to which users check-in and check-out
Some of the major benefits of using a Version Control System are listed below :
• Version Control is not available on local systems
• If the central server gets corrupted the entire history is lost
www.edureka.co/git-github
What’s the Solution ?
www.edureka.co/git-github
Distributed Version Control
Distributed Version Control Systems (DVCS) don’t rely on a central server. It allows one
to clone the repository on their own hard drive with entire history of the project
Benefits of using a Distributed Version Control System are listed below :
• With DVCS version control is also available on local systems
• No single point of failure as each user have the repository with
entire history
• Allows you to perform all actions locally, even when not connected
to Internet
www.edureka.co/git-github
Welcome to Git
www.edureka.co/git-github
Git
Initially developed by Linus Torvalds, Git is a distributed version control system
Design Philosophy
• Free and Open source
• Blazingly Fast
• Distributed
• Data Assurance
www.edureka.co/git-github
Classic Client-Server Workflow
www.edureka.co/git-github
Git’s Flexible Workflows
Typical Open Source
www.edureka.co/git-github
LINUX Style Workflows
LINUX Style
www.edureka.co/git-github
Git Repository Structure
A local repository consists of three partitions maintained by Git.
1. The first one is the WORKING DIRECTORY which holds the actual files.
2. The second one is the INDEX which acts as a STAGING AREA
3. Finally the third one is the HEAD which points to the last commit made.
www.edureka.co/git-github
Git Repository Structure
<- Why do I need this?
<- Local Repository
www.edureka.co/git-github
What is GitHub?
GitHub is a web-based Git repository hosting service with more than 28 million repos
Provides features like Code Comparison, Code Sync and Git shell
www.edureka.co/git-github
A Typical Day with Git & GitHub
> Branch
> Commit
> Submit Pull Request
> Review > Deploy > Merge
www.edureka.co/git-github
Demo: GitHub GUI & Shell
www.edureka.co/git-github
Sample Commands
# sync-ing the local from remote Github repo
> git pull https://github.com/prithvirajbose/jws.git
# adding to staging area
> git init
> git add *
> git commit -m “v1.0"
# push to remote Github repo
> git push -u origin master
www.edureka.co/git-github
Thank You
Questions/Queries/Feedback
Recording and presentation will be made available to you within 24 hours

More Related Content

What's hot (20)

PPTX
Up GitLab Presentation 2015
Kumaran Balachandran
 
PDF
沒有 GUI 的 Git
Chia Wei Tsai
 
PPT
Git Introduction
Anil Wadghule
 
PDF
FOSDEM 2017: GitLab CI
OlinData
 
PPTX
Github
MeetPatel710
 
PDF
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
PPTX
Git & Github
Aman Lalpuria
 
PDF
How to use any static site generator with GitLab Pages.
Ivan Nemytchenko
 
PPTX
Introduction to git administration
Shawn Doyle
 
PDF
Brief tutorial on Git
聖文 鄭
 
PPTX
Git and github fundamentals
RajKharvar
 
PDF
How we scaled git lab for a 30k employee company
Minqi Pan
 
PPTX
Git and Github Session
GoogleDevelopersStud1
 
PPTX
Workshop on Git and GitHub
DSCVSSUT
 
PPTX
Github
IFEDAYO ADEYEMI
 
PDF
Introduction to Git
Yan Vugenfirer
 
PPTX
A prentation on github
Veronica Ojochona Michael (MCP)
 
PDF
Breaking bad habits with GitLab CI
Ivan Nemytchenko
 
PDF
Introduction to GitHub
Nishan Bose
 
PDF
Breaking Bad Habits with GitLab CI
Ivan Nemytchenko
 
Up GitLab Presentation 2015
Kumaran Balachandran
 
沒有 GUI 的 Git
Chia Wei Tsai
 
Git Introduction
Anil Wadghule
 
FOSDEM 2017: GitLab CI
OlinData
 
Github
MeetPatel710
 
Continuous Integration/Deployment with Gitlab CI
David Hahn
 
Git & Github
Aman Lalpuria
 
How to use any static site generator with GitLab Pages.
Ivan Nemytchenko
 
Introduction to git administration
Shawn Doyle
 
Brief tutorial on Git
聖文 鄭
 
Git and github fundamentals
RajKharvar
 
How we scaled git lab for a 30k employee company
Minqi Pan
 
Git and Github Session
GoogleDevelopersStud1
 
Workshop on Git and GitHub
DSCVSSUT
 
Introduction to Git
Yan Vugenfirer
 
A prentation on github
Veronica Ojochona Michael (MCP)
 
Breaking bad habits with GitLab CI
Ivan Nemytchenko
 
Introduction to GitHub
Nishan Bose
 
Breaking Bad Habits with GitLab CI
Ivan Nemytchenko
 

Viewers also liked (9)

PDF
Using Git and GitHub Effectively at Emerge Interactive
Matthew McCullough
 
PPTX
MySQL Replication Evolution -- Confoo Montreal 2017
Dave Stokes
 
PPTX
Finding Similar Projects in GitHub using Word2Vec and WMD
Masudur Rahman
 
PDF
O'Leary - Using GitHub for Enterprise and Open Source Documentation
LavaCon
 
PPTX
Become a Successful Web Developer in Web development Field in 2017
Imran Qasim
 
ODP
MySQL 101 PHPTek 2017
Dave Stokes
 
PDF
How GitHub Builds Software at Ruby Conference Kenya 2017 by Mike McQuaid
Michael Kimathi
 
PPTX
Introduction to github using Egit
Yu Matsuzawa
 
PDF
Advanced MySQL Query Optimizations
Dave Stokes
 
Using Git and GitHub Effectively at Emerge Interactive
Matthew McCullough
 
MySQL Replication Evolution -- Confoo Montreal 2017
Dave Stokes
 
Finding Similar Projects in GitHub using Word2Vec and WMD
Masudur Rahman
 
O'Leary - Using GitHub for Enterprise and Open Source Documentation
LavaCon
 
Become a Successful Web Developer in Web development Field in 2017
Imran Qasim
 
MySQL 101 PHPTek 2017
Dave Stokes
 
How GitHub Builds Software at Ruby Conference Kenya 2017 by Mike McQuaid
Michael Kimathi
 
Introduction to github using Egit
Yu Matsuzawa
 
Advanced MySQL Query Optimizations
Dave Stokes
 
Ad

Similar to Know the Science behind WorkFlows using Git & GitHhub (20)

PPTX
GIT INTRODUCTION
MohanRaviRohitth
 
PDF
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
Edureka!
 
PPTX
Open Source_Git.pptx
Muhammad Sohail
 
PPTX
Git Overview
Mallikarjuna G D
 
PPTX
Git hub_pptx
PathanNadhiyaSulthan
 
PPTX
the Version Control systemlocalized.pptx
rkalpanase
 
PPTX
What is git
ahmed fakhr
 
PPTX
Git And Git Hub.pptx
MishalBibi
 
PPTX
version control system (2).pptx
DipanshuRaj19
 
PPTX
git Introduction.pptx
PrakharYadav58
 
PDF
Git Learn Version Control With Git A Stepbystep Ultimate Beginners Guide Hutten
wuapulua764
 
PDF
Git Mastery
ShehryarSH1
 
PPTX
Version control system
Aryman Gautam
 
PPTX
Git and GitHub.pptx
kelashraisal052
 
PDF
Software Engineering Tools and Practices Learn Git
BeHappy728244
 
PPTX
Introductio to Git and GitHub Session 2 by gdg on campus kab
makobisimon
 
PPTX
Git and Github
Teodora Ahkozidou
 
PDF
Version control with Git & GitHub
benko
 
PDF
Git Tutorial | Git Basics - Branching, Merging, Rebasing | Learn Git | DevOps...
Edureka!
 
PPTX
Git and github
Teodora Ahkozidou
 
GIT INTRODUCTION
MohanRaviRohitth
 
What is Git | What is GitHub | Git Tutorial | GitHub Tutorial | Devops Tutori...
Edureka!
 
Open Source_Git.pptx
Muhammad Sohail
 
Git Overview
Mallikarjuna G D
 
Git hub_pptx
PathanNadhiyaSulthan
 
the Version Control systemlocalized.pptx
rkalpanase
 
What is git
ahmed fakhr
 
Git And Git Hub.pptx
MishalBibi
 
version control system (2).pptx
DipanshuRaj19
 
git Introduction.pptx
PrakharYadav58
 
Git Learn Version Control With Git A Stepbystep Ultimate Beginners Guide Hutten
wuapulua764
 
Git Mastery
ShehryarSH1
 
Version control system
Aryman Gautam
 
Git and GitHub.pptx
kelashraisal052
 
Software Engineering Tools and Practices Learn Git
BeHappy728244
 
Introductio to Git and GitHub Session 2 by gdg on campus kab
makobisimon
 
Git and Github
Teodora Ahkozidou
 
Version control with Git & GitHub
benko
 
Git Tutorial | Git Basics - Branching, Merging, Rebasing | Learn Git | DevOps...
Edureka!
 
Git and github
Teodora Ahkozidou
 
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
PDF
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
PDF
Tableau Tutorial for Data Science | Edureka
Edureka!
 
PDF
Python Programming Tutorial | Edureka
Edureka!
 
PDF
Top 5 PMP Certifications | Edureka
Edureka!
 
PDF
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
PDF
Linux Mint Tutorial | Edureka
Edureka!
 
PDF
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
PDF
Importance of Digital Marketing | Edureka
Edureka!
 
PDF
RPA in 2020 | Edureka
Edureka!
 
PDF
Email Notifications in Jenkins | Edureka
Edureka!
 
PDF
EA Algorithm in Machine Learning | Edureka
Edureka!
 
PDF
Cognitive AI Tutorial | Edureka
Edureka!
 
PDF
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
PDF
Blue Prism Top Interview Questions | Edureka
Edureka!
 
PDF
Big Data on AWS Tutorial | Edureka
Edureka!
 
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
PDF
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
PDF
Introduction to DevOps | Edureka
Edureka!
 
What to learn during the 21 days Lockdown | Edureka
Edureka!
 
Top 10 Dying Programming Languages in 2020 | Edureka
Edureka!
 
Top 5 Trending Business Intelligence Tools | Edureka
Edureka!
 
Tableau Tutorial for Data Science | Edureka
Edureka!
 
Python Programming Tutorial | Edureka
Edureka!
 
Top 5 PMP Certifications | Edureka
Edureka!
 
Top Maven Interview Questions in 2020 | Edureka
Edureka!
 
Linux Mint Tutorial | Edureka
Edureka!
 
How to Deploy Java Web App in AWS| Edureka
Edureka!
 
Importance of Digital Marketing | Edureka
Edureka!
 
RPA in 2020 | Edureka
Edureka!
 
Email Notifications in Jenkins | Edureka
Edureka!
 
EA Algorithm in Machine Learning | Edureka
Edureka!
 
Cognitive AI Tutorial | Edureka
Edureka!
 
AWS Cloud Practitioner Tutorial | Edureka
Edureka!
 
Blue Prism Top Interview Questions | Edureka
Edureka!
 
Big Data on AWS Tutorial | Edureka
Edureka!
 
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Edureka!
 
Kubernetes Installation on Ubuntu | Edureka
Edureka!
 
Introduction to DevOps | Edureka
Edureka!
 

Recently uploaded (20)

PDF
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
PDF
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
PDF
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
PDF
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
PDF
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
PPT
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
PPTX
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
PPTX
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
PDF
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
PDF
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
PPTX
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
PDF
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
PDF
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
PDF
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
PDF
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
PDF
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
PPTX
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
PDF
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
PDF
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
PDF
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 
Go Concurrency Real-World Patterns, Pitfalls, and Playground Battles.pdf
Emily Achieng
 
Mastering Financial Management in Direct Selling
Epixel MLM Software
 
UPDF - AI PDF Editor & Converter Key Features
DealFuel
 
Reverse Engineering of Security Products: Developing an Advanced Microsoft De...
nwbxhhcyjv
 
“Computer Vision at Sea: Automated Fish Tracking for Sustainable Fishing,” a ...
Edge AI and Vision Alliance
 
Ericsson LTE presentation SEMINAR 2010.ppt
npat3
 
Q2 FY26 Tableau User Group Leader Quarterly Call
lward7
 
The Project Compass - GDG on Campus MSIT
dscmsitkol
 
The 2025 InfraRed Report - Redpoint Ventures
Razin Mustafiz
 
The Rise of AI and IoT in Mobile App Tech.pdf
IMG Global Infotech
 
AI Penetration Testing Essentials: A Cybersecurity Guide for 2025
defencerabbit Team
 
Bitcoin for Millennials podcast with Bram, Power Laws of Bitcoin
Stephen Perrenod
 
Kit-Works Team Study_20250627_한달만에만든사내서비스키링(양다윗).pdf
Wonjun Hwang
 
Book industry state of the nation 2025 - Tech Forum 2025
BookNet Canada
 
NASA A Researcher’s Guide to International Space Station : Physical Sciences ...
Dr. PANKAJ DHUSSA
 
POV_ Why Enterprises Need to Find Value in ZERO.pdf
darshakparmar
 
Designing_the_Future_AI_Driven_Product_Experiences_Across_Devices.pptx
presentifyai
 
Peak of Data & AI Encore AI-Enhanced Workflows for the Real World
Safe Software
 
Future-Proof or Fall Behind? 10 Tech Trends You Can’t Afford to Ignore in 2025
DIGITALCONFEX
 
Newgen Beyond Frankenstein_Build vs Buy_Digital_version.pdf
darshakparmar
 

Know the Science behind WorkFlows using Git & GitHhub