diff options
author | Junio C Hamano <gitster@pobox.com> | 2007-11-19 09:19:15 +0100 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2007-11-19 09:19:15 +0100 |
commit | 5d1d1c14790cf74eb0d630c4404114206061232d (patch) | |
tree | 335c531a9a7115e4a965277e54cd07781c86481d /Documentation/git-remote.txt | |
parent | Further clarify clean.requireForce changes (diff) | |
parent | Merge branch 'maint' of git://linux-nfs.org/~bfields/git into maint (diff) | |
download | git-5d1d1c14790cf74eb0d630c4404114206061232d.tar.xz git-5d1d1c14790cf74eb0d630c4404114206061232d.zip |
Merge branch 'maint'
* maint:
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 0da8704a25..4b263c249c 100644 --- a/Documentation/git-remote.txt +++ b/Documentation/git-remote.txt @@ -101,7 +101,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 |