Skip to content

Commit 17a5da7

Browse files
author
Vipul Kumar
committed
[enh] put branch name inside backtick
@Morganov has suggested to put branch name inside backtick[1]. [1]: progit#1445 (comment)
1 parent 5afed08 commit 17a5da7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/09-git-and-other-scms/sections/client-bzr.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ Git's remote-helpers framework has some limitations that apply.
129129
In particular, these commands don't work:
130130

131131
* git push origin :branch-to-delete (Bazaar can't accept ref deletions in this way)
132-
* git push origin old:new (it will push 'old')
132+
* git push origin old:new (it will push `old`)
133133
* git push --dry-run origin branch (it will push)
134134

135135
===== Summary

0 commit comments

Comments
 (0)