issues
search
chuanxd
/
Git-Note
Something about Git.
26
stars
0
forks
source link
readme
Git-Note
Something about Git.
整理記錄關於Git 版本控制的知識,如果有錯誤的地方歡迎提出。
Case by case
Installing Git on Homebrew
Show-git-version
Setting-your-email-and-username
Show-git-status
Create-a-commit
Create-a-branch
Checkout-to-other-branch
Checkout-to-particular-commit
Delete-branch
Resume-to-older-commit
Push-to-remote-refs
Fetch-remote-repository
Stash-working-directory
Show-git-log
Show-git-summarize-log
Git-merge-into-branch
Why-change-branch-line
Showing-each-commits-information-on-graph
Counting-objects-on-repository
Ignoring-files
Branch-naming-conventions
Searching-problem-commit
Remove-untracked-file-from-the-working-tree
Git internals
Git-objects
Git-ref
Reference:
gitref.org
Atlassian
Learn Git Branching