What we will cover…
✓ Git basics, internals, workflow.
✓ GitHub basics, terminologies, workflow
✓ Collaborating using GitHub
✓ Question/Answer session
Slide 3
Slide 3 text
PART ONE
Git
Slide 4
Slide 4 text
GIT BASIC
Version Control
GIT
Version 1.0
Version 2.0
Version 3.0
Distributed Version Control System
No central data store
Recording Changes to file(s)
over time and recall this changes
Slide 5
Slide 5 text
SNAPSHOT
Slide 6
Slide 6 text
FILE STATE
Committed State
Staged State
Modified State
GIT BASIC
Slide 7
Slide 7 text
WORKING DIRECTORY STAGING AREA
.GIT DIRECTORY
Stage changes
commit changes
checkout the project
GIT BASIC