分支操作

时游小于 1 分钟

分支操作

删除本地分支

git branch -d xxx

删除本地已经不存在于远程的分支

git fetch -p

拉取远程所有分支到本地

git fetch origin

上次编辑于:
贡献者: minmengwei
Loading...