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}}`