Created
May 13, 2019 03:29
-
-
Save MerleLiuKun/06b8d30e7f916a4c4d0148f88b54b988 to your computer and use it in GitHub Desktop.
git common
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 批量删除远程分支 | |
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