1. How to add Git system to a project
  2. How to configure git
  3. How to get the help information of a command
  4. What are the three stages in git
  5. How to create a shared repository
  6. How to add files in a projects to be monitored by git system
  7. How to remove a file from tracking
  8. How to stage file
  9. How to commit
  10. How to get a copy from server
  11. How to show a single file in a branch, commit
  12. How to show the work tree of a branch, or commit
  13. How to checkout a single file
  14. How to undo all changes made since last commit
  15. How to compare two commit
  16. How to rewind to a commit
  17. How to show all branches
  18. How to show all branches in gitk
  19. How to list the remote branches
  20. How to remove a remote branch
  21. How to add a branch to a previous commit
  22. How to show all tracking branches
  23. How to list all remote repositories
  24. How to add a remote repository
  25. How to remove a remote repository
  26. How to merge a remote branch to the current branch
  27. How to check the unmerged files
  28. How to deposite the code to a remote repository
  29. How to create a tag
  30. How to check the information of a tag
  31. How to push tags to the remote repository
  32. How to checkout a tag
  33. How to alias a git command
  34. How to know the commit that HEAD points to
  35. How to show the web-based commit
  36. How to use github to collaborate with team members
  37. What the README file should contain in github
  38. How to list the files in the index
  39. How to list all commits in a branch
  40. How to show the HEAD commits of a branch
  41. How to show the commit information of a specific commit
  42. How to check the reflog information
  43. How to relative refer a commit
  44. What are object types in git
  45. How to figure out a range of commits
  46. How to check when lines were introduced
  47. What is submodule and how to use submodule to manage your project
  48. How to use bundle to tranfer repository
  49. How to setup github in Eclipse