ZANARDI Bruno

Software Developper

About
Resume

Git Blog

Git Blog

Just a little help about Git to start well or discover new functionnalities!

Note:
I’ll just talk about commands, tips, walkthroughs and good practices I know and I’m sure about. You may know more about Git than this blog contains…

You will be able find usefull informations in the Git Manual or in tutorials on the Web.


Basic

  1. Have a nice Git configuration
  2. Start a (local) repository
  3. Add untracked files - Save changes
  4. Show commit logs
  5. Tag versions - Navigate
  6. Cancel changes
  7. Move or rename file
  8. Check differences
  9. Share with world

Advanced

  1. Work with (local) branches
  2. Branches: merge versus rebase
  3. Manage changes
  4. Manage commits
  5. Manage conflicts
  6. Work with (remote) branches
  7. Git "drafts"

Expert

  1. Patches
  2. Releasing

Commands