Skip to content

Latest commit

 

History

History
 
 

git

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Git & GitHub

Git the de facto the standard tool for managing your code base. It saves revisions of code so that you will never loose it. Github based on git allows successful collaborative work of a team.

Goals

  1. Understand basic principals of Git
  2. Get familiar with basic commands:
    • git init
    • git add
    • git commit
    • git push
  3. Get familiar with git flow
  4. Learn rebase
  5. Understand Pull Requests and Code Reviews

Exercise

Resources