From 976cf2ffc8c3fc835c231754c87db009b29ee661 Mon Sep 17 00:00:00 2001 From: Ann Cascarano <4411121+redrambles@users.noreply.github.com> Date: Sat, 18 Apr 2020 13:44:41 -0400 Subject: [PATCH] git-branch: add command (#3994) --- pages/common/git-branch.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/git-branch.md b/pages/common/git-branch.md index 295d245960..6a046ce5fa 100644 --- a/pages/common/git-branch.md +++ b/pages/common/git-branch.md @@ -30,3 +30,7 @@ - Delete a local branch (must not have it checked out to do this): `git branch -d {{branch_name}}` + +- Delete a remote branch: + +`git push {{remote_name}} --delete {{remote_branch_name}}`