Skip to content

Commit 4871353

Browse files
committed
Update args for git push
1 parent ceabea4 commit 4871353

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

book/03-git-branching/sections/remote-branches.asc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ Your local branches aren't automatically synchronized to the remotes you write t
6565
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.
6666

6767
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)))
68+
Run `git push <remote> <branch>`:(((git commands, push)))
6969

7070
[source,console]
7171
----

0 commit comments

Comments
 (0)