Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 87ae9df

Browse files
committed
Fix branch name in 'delete a branch' section
1 parent eccc53a commit 87ae9df

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/devel/gitwash/development_workflow.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Deleting a branch on GitHub_
397397
# delete branch on GitHub
398398
git push origin :my-unwanted-branch
399399

400-
(Note the colon ``:`` before ``test-branch``. See also:
400+
(Note the colon ``:`` before ``my-unwanted-branch``. See also:
401401
http://github.com/guides/remove-a-remote-branch
402402

403403

0 commit comments

Comments
 (0)