Skip to content

Commit a567b59

Browse files
committed
some small ch9 fixes
1 parent 386b050 commit a567b59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ The good news, if you prefer Git's client-side behavior but are working with a p
1010
Since the way Git talks to server repositories is through remotes, it should come as no surprise that this bridge is implemented as a remote helper.
1111
The project's name is git-remote-hg, and it can be found at https://github.com/felipec/git-remote-hg[].
1212

13-
===== `git-remote-hg`
13+
===== git-remote-hg
1414

1515
First, you need to install git-remote-hg.
1616
This basically entails dropping its file somewhere in your path, like so:
@@ -152,7 +152,7 @@ $ git log --oneline --graph --decorate
152152
* 65bb417 Create a standard "hello, world" program
153153
----
154154

155-
Our `master` branch is two commits ahead of `origin\master`, but those two commits exist only on our local machine.
155+
Our `master` branch is two commits ahead of `origin/master`, but those two commits exist only on our local machine.
156156
Let's see if anyone else has been doing important work at the same time:
157157

158158
[source,shell]

0 commit comments

Comments
 (0)