Skip to content

Commit 907ae00

Browse files
committed
Remove shell prompt from inline command
1 parent e412a41 commit 907ae00

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
@@ -201,7 +201,7 @@ Finally we can see that our `testing` branch is not tracking any remote branch.
201201
It's important to note that these numbers are only since the last time you fetched from each server.
202202
This command does not reach out to the servers, it's telling you about what it has cached from these servers locally.
203203
If you want totally up to date ahead and behind numbers, you'll need to fetch from all your remotes right before running this.
204-
You could do that like this: `$ git fetch --all; git branch -vv`
204+
You could do that like this: `git fetch --all; git branch -vv`
205205

206206
==== Pulling
207207

0 commit comments

Comments
 (0)