What are they?
➔
Git
◆
Version Control System
◆
Git allows people to work on the same documents (often code) without stepping on each others
toes
➔
GitHub
◆
GitHub is a development platform based on Git
Slide 3
Slide 3 text
That’s great but...
➔
Version Control System
➔
Group of people?
Slide 4
Slide 4 text
Why git?
●
Version Control
●
Collaboration
●
Widely used by many teams and
platforms - E.g. GitHub
Slide 5
Slide 5 text
GitHub (github.com)
●
Huge Developer Community
●
Open source
●
Grow your developer profile
●
Learn
●
Collaborate with other developers
Slide 6
Slide 6 text
Where can I learn?
●
TryGit - Getting started with Git
●
Playing with it for real