Git Notes

Git Commands

  • Clone Repository: git clone URL
  • Update remote repository: git pull
  • List available Tags: git tag
  • List available Branches: git branch
  • Change branch: git checkout branchname
  • Switch to tag: git checkout tags/tagname
  • Add Files and Prepare for Commit: git add filename

 

Links:

  • Git Book: http://git-scm.com/book/de