Skip to content

Commit 0bc490b

Browse files
committed
add some references to ch5 and ch7
1 parent 199901d commit 0bc490b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

book/05-distributed-git/1-distributed-git.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[[_distributed_git]]
12
== Distributed Git
23

34
Now that you have a remote Git repository set up as a point for all the developers to share their code, and you’re familiar with basic Git commands in a local workflow, you’ll look at how to utilize some of the distributed workflows that Git affords you.

book/07-git-tools/1-git-tools.asc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1798,6 +1798,7 @@ Or, to compare what is in your `rack` subdirectory with what the `master` branch
17981798
$ git diff-tree -p rack_remote/master
17991799
----
18001800

1801+
[[_undoing_merges]]
18011802
==== Undoing Merges
18021803

18031804
Now that you know how to create a merge commit, you'll probably make some by mistake.

0 commit comments

Comments
 (0)