chuanxd / Git-Note

Something about Git.
26 stars 0 forks source link

Git-Note

git logo

Something about Git.

整理記錄關於Git 版本控制的知識,如果有錯誤的地方歡迎提出。

Case by case

Installing Git on Homebrew

  1. Show-git-version
  2. Setting-your-email-and-username
  3. Show-git-status
  4. Create-a-commit
  5. Create-a-branch
  6. Checkout-to-other-branch
  7. Checkout-to-particular-commit
  8. Delete-branch
  9. Resume-to-older-commit
  10. Push-to-remote-refs
  11. Fetch-remote-repository
  12. Stash-working-directory
  13. Show-git-log
  14. Show-git-summarize-log
  15. Git-merge-into-branch
  16. Why-change-branch-line
  17. Showing-each-commits-information-on-graph
  18. Counting-objects-on-repository
  19. Ignoring-files
  20. Branch-naming-conventions
  21. Searching-problem-commit
  22. Remove-untracked-file-from-the-working-tree

Git internals

  1. Git-objects
  2. Git-ref

Reference:

  1. gitref.org
  2. Atlassian
  3. Learn Git Branching