- LINUS TORVALD
„I‘m an egotistical bastard, and I
name all my projects after myself.“
Slide 10
Slide 10 text
What is Git?
Slide 11
Slide 11 text
What is Git?
• VCS
(Version
Control
System)
Slide 12
Slide 12 text
What is Git?
• VCS
(Version
Control
System)
• Open
Source
Slide 13
Slide 13 text
What is Git?
• VCS
(Version
Control
System)
• Open
Source
• Fully
Distributed
Slide 14
Slide 14 text
What is Git?
• VCS
(Version
Control
System)
• Open
Source
• Fully
Distributed
• Local
Slide 15
Slide 15 text
Fast*
* At least as fast as this squirrel!
Slide 16
Slide 16 text
Git is awesome.
Slide 17
Slide 17 text
What makes it so awesome?
Slide 18
Slide 18 text
Git basics
Slide 19
Slide 19 text
Centralized VCS
Slide 20
Slide 20 text
Distributed VCS
Slide 21
Slide 21 text
Working offline
Slide 22
Slide 22 text
Working offline
• Performing
a
diff
Slide 23
Slide 23 text
Working offline
• Performing
a
diff
• Viewing
file
history
Slide 24
Slide 24 text
Working offline
• Performing
a
diff
• Viewing
file
history
• CommiBng
changes
Slide 25
Slide 25 text
Working offline
• Performing
a
diff
• Viewing
file
history
• CommiBng
changes
• Merging
branches
Slide 26
Slide 26 text
Working offline
• Performing
a
diff
• Viewing
file
history
• CommiBng
changes
• Merging
branches
• Obtaining
other
revisions
of
a
file
Slide 27
Slide 27 text
Working offline
• Performing
a
diff
• Viewing
file
history
• CommiBng
changes
• Merging
branches
• Obtaining
other
revisions
of
a
file
• Switching
branches