Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
forgot to add these xlinks
  • Loading branch information
schacon committed Oct 13, 2014
commit 652bccb03bed35d5e44b077077fdb20edec4491b
1 change: 1 addition & 0 deletions book/02-git-basics/sections/remotes.asc
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ If you and someone else clone at the same time and they push upstream and then y
You'll have to pull down their work first and incorporate it into yours before you'll be allowed to push.
See <<_git_branching>> for more detailed information on how to push to remote servers.

[[_inspecting_remote]]
==== Inspecting a Remote

If you want to see more information about a particular remote, you can use the `git remote show [remote-name]` command.(((git commands, remote)))
Expand Down
1 change: 1 addition & 0 deletions book/05-distributed-git/sections/contributing.asc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[[_contributing_project]]
=== Contributing to a Project

(((contributing)))
Expand Down