git輔助eclipse插件的幾個常用命令

克隆代碼
git clone ......
切換到某個tag
git tag
git checkout 1.1.1
刪除tag
git tag -d 1.1.1
git push origin :refs/tags/1.1.1
刪除分支
git branch -r -d origin/beta
git push origin :beta
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章