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 ceabea4 commit 4871353Copy full SHA for 4871353
book/03-git-branching/sections/remote-branches.asc
@@ -65,7 +65,7 @@ Your local branches aren't automatically synchronized to the remotes you write t
65
That way, you can use private branches for work you don't want to share, and push up only the topic branches you want to collaborate on.
66
67
If you have a branch named `serverfix` that you want to work on with others, you can push it up the same way you pushed your first branch.
68
-Run `git push (remote) (branch)`:(((git commands, push)))
+Run `git push <remote> <branch>`:(((git commands, push)))
69
70
[source,console]
71
----
0 commit comments