diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-18 23:56:01 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-18 23:56:01 -0800 |
commit | 154c7d0759b6885034bffa7a34d464d703fc8bb3 (patch) | |
tree | 9a53213c3c9d39643d7451cb57316935eb634f5f /Documentation/git-remote.txt | |
parent | 005e2dfdf299a7d869fa9ec819171fba574f42eb (diff) | |
parent | c251005c7a5279166a27d4d06854f0c3d26e8208 (diff) | |
download | git-154c7d0759b6885034bffa7a34d464d703fc8bb3.tar.gz |
Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint
* 'maint' of git://linux-nfs.org/~bfields/git:
Documentation: Fix references to deprecated commands
user-manual: mention "..." in "Generating diffs", etc.
user-manual: Add section "Why bisecting merge commits can be harder ..."
git-remote.txt: fix example url
Diffstat (limited to 'Documentation/git-remote.txt')
-rw-r--r-- | Documentation/git-remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-remote.txt b/Documentation/git-remote.txt index c386dd0168..886bc03c4a 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -91,7 +91,7 @@ $ git remote origin $ git branch -r origin/master -$ git remote add linux-nfs git://linux-nfs.org/pub/nfs-2.6.git +$ git remote add linux-nfs git://linux-nfs.org/pub/linux/nfs-2.6.git $ git remote linux-nfs origin |