git 常用命令
2020-07-29 本文已影响0人
啊深是阿深啊
Git 常用命令
查看所有分支
git branch -a
强制删除分支
git branch -D <Your Branch Name>
刷新远端分支
git remote update origin --prune
git clone 携带用户名密码
git clone https://iamshen:password@remote
撤销本地commit
先查看当前分支
git reset HEAD~