Skip to content

Instantly share code, notes, and snippets.

@MerleLiuKun
Created May 13, 2019 03:29
Show Gist options
  • Save MerleLiuKun/06b8d30e7f916a4c4d0148f88b54b988 to your computer and use it in GitHub Desktop.
Save MerleLiuKun/06b8d30e7f916a4c4d0148f88b54b988 to your computer and use it in GitHub Desktop.
git common
# 批量删除远程分支
git push origin --delete <branch1> <branch2> <branch3>
# 移除本地的无对应远程的分支
git remote prune origin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment