Hello, How I can remove remote branch name if it already removed in remote side? $ git branch -a * master remotes/origin/HEAD -> origin/master remotes/origin/master remotes/origin/test $ git branch -D -r test error: remote branch 'test' not found. $ git branch -D -r remotes/origin/test error: remote branch 'remotes/origin/test' not found. $ git branch -D remotes/origin/test error: branch 'remotes/origin/test' not found. The 'remotes/origin/test' was removed in remote side. Thanks, namsh -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html