Gitlab 常用命令 2022-01-17 本文已影响0人 觉释 删除分支命令 git push origin --delete dev #dev是你要删的远端分支 git branch -d dev #dev是你的本地分支 获取所有分支命令 git fetch