Git & Github workshop

About me

@sawiczpawel, @jghackers

http://pawel.sawicz.eu, api.justgiving.com

What is version source control ?

Different types of version source control

  • Local Version Control Systems

  • Centralized Version Control Systems

  • Distributed Version Control Systems

Brief history of git

It all begun with Linux

Github

Flow of git

Let's create...

  • git init
  • git clone

Browse our repo

  • git status
  • git log
  • git show
  • git diff
  • git branch

Let's do change

...and commit changes

  • git commit

push changes to repository

  • git push

Git & Github workshop

By Paweł Sawicz

Git & Github workshop

  • 1,403