From 629b181421e8b90aef4a3f529e3f0fa8cdae7295 Mon Sep 17 00:00:00 2001 From: Jeffrey Guenther Date: Tue, 15 May 2012 22:09:16 -0700 Subject: [PATCH] Fixed docs links to point to git-scm/docs --- inspect/index.html | 4 ++-- remotes/index.html | 10 +++++----- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/inspect/index.html b/inspect/index.html index c8b3f48..c882b52 100644 --- a/inspect/index.html +++ b/inspect/index.html @@ -30,7 +30,7 @@ layout: reference

- docs   + docs   book git log @@ -309,7 +309,7 @@ Date: Fri Jun 4 12:58:53 2010 +0200

- docs   + docs   book git diff diff --git a/remotes/index.html b/remotes/index.html index 403e6cf..a3487c2 100644 --- a/remotes/index.html +++ b/remotes/index.html @@ -43,7 +43,7 @@ layout: reference

- docs   + docs   book git remote @@ -159,7 +159,7 @@ github git@github.com:schacon/hw.git (push)

- docs   + docs   book git fetch @@ -170,7 +170,7 @@ github git@github.com:schacon/hw.git (push)

- docs   + docs   book git pull @@ -195,7 +195,7 @@ github git@github.com:schacon/hw.git (push) like this command - I prefer running fetch and merge separately. Less magic, less problems. However, if you like this idea, you can read about it in more detail in the - official docs. + official docs.

Assuming you have a remote all set up and you want to pull in updates, you @@ -254,7 +254,7 @@ From github.com:schacon/hw

- docs   + docs   book git push