Skip to content

Latest commit

 

History

History
19 lines (10 loc) · 222 Bytes

File metadata and controls

19 lines (10 loc) · 222 Bytes

Git 的分支策略

git 的一些分支命令,具体做了哪些事情?

git checkout

git branch -b

git tag

git rebase

git pull/push

git fetch

git reset

git stash