Skip to content
This repository was archived by the owner on Nov 9, 2017. It is now read-only.

Commit f0779ae

Browse files
artagnongitster
authored andcommitted
ls-remote doc: don't encourage use of branches-file
One outdated example encourages the use of $GIT_DIR/branches files. Replace it with an equivalent example using a remote. Signed-off-by: Ramkumar Ramachandra <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 88e3614 commit f0779ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Documentation/git-ls-remote.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ EXAMPLES
7070
$ git ls-remote http://www.kernel.org/pub/scm/git/git.git master pu rc
7171
5fe978a5381f1fbad26a80e682ddd2a401966740 refs/heads/master
7272
c781a84b5204fb294c9ccc79f8b3baceeb32c061 refs/heads/pu
73-
$ echo http://www.kernel.org/pub/scm/git/git.git >.git/branches/public
74-
$ git ls-remote --tags public v\*
73+
$ git remote add korg http://www.kernel.org/pub/scm/git/git.git
74+
$ git ls-remote --tags korg v\*
7575
d6602ec5194c87b0fc87103ca4d67251c76f233a refs/tags/v0.99
7676
f25a265a342aed6041ab0cc484224d9ca54b6f41 refs/tags/v0.99.1
7777
c5db5456ae3b0873fc659c19fafdde22313cc441 refs/tags/v0.99.2

0 commit comments

Comments
 (0)