Git
2015年7月15日 星期三
ihower git rebase教學
https://www.youtube.com/watch?v=MAV1HCsp7cs
Remove remote branch
$ git push origin/master :branchName
remove local branch
$ git branch branchName -D
還原commit
$ git reset HEAD^ --hard
回到上一個修改
$ git reset HEAD^
較新的文章
首頁
訂閱:
文章 (Atom)