We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5afed08 commit 17a5da7Copy full SHA for 17a5da7
book/09-git-and-other-scms/sections/client-bzr.asc
@@ -129,7 +129,7 @@ Git's remote-helpers framework has some limitations that apply.
129
In particular, these commands don't work:
130
131
* 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')
+* git push origin old:new (it will push `old`)
133
* git push --dry-run origin branch (it will push)
134
135
===== Summary
0 commit comments