Skip to content

Instantly share code, notes, and snippets.

@kelso
Created April 15, 2015 17:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kelso/05385f26fc7f58aeca94 to your computer and use it in GitHub Desktop.
Save kelso/05385f26fc7f58aeca94 to your computer and use it in GitHub Desktop.
git init .
git add .
git status
git commit -a -m "Popis commitu"
git log
git push
git pull
------
git branch
git checkout -b nova-branch
git checkout master
git merge nova-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment