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~
git branch -a
git branch -D <Your Branch Name>
git remote update origin --prune
git clone https://iamshen:password@remote
先查看当前分支
git reset HEAD~
本文标题:git 常用命令
本文链接:https://www.haomeiwen.com/subject/buzcrktx.html
网友评论