時光回溯
- 捨棄修改,到該分支的最新版
- git reset –hard
- $ git reset --hard <前五碼>
- $ git checkout <前五碼>
- $ git checkout <file name>
-
git branch <new branch name>
git checkout -b <new branch name>
checkout -b 是開了之後直接切過去,拿掉就變成純粹開branch,保持在原本的branch
-
git merge --no-ff <branch name>
--no-ff 是讓branch在merge回去之後,保持原本分支的模樣(較符合原本的思緒)
關閉異次元(刪掉branch)
-
git branch -d <branch name>
最簡單的用法就這樣,遇到困難,再來深入研究。
參考:
Git 版本控制系統(2) 開 branch 分支和操作遠端 repo.
沒有留言:
張貼留言
(什麼是留言欄訊息?)