Git -Tip & Note
Git -Tip & Note git pull 出現 CONFLICT 要回復到 pull 之前 git reset --hard <commit id> 強制 push 取代 remote git push -f 取消 merage (須知道 merage 前的 commit id) git reset --hard <commit id> 拉 remote 的新 branch 到 local(local 不存在該 branch) git checkout --track -b <local new branch> <remote branch> 不小
[Read More]