git 常用命令

git fetch --prune 可保证远程分支更新

git push origin :branch-name 删除远程分支

git push --set-upstream origin branch-name 新分支推送到仓库

 
原文地址:https://www.cnblogs.com/zhonghuahero/p/10190635.html