]> git.ipfire.org Git - thirdparty/git.git/commit
ls-remote doc: explain what each example does
authorSean Allred <allred.sean@gmail.com>
Fri, 19 May 2023 04:17:53 +0000 (04:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 May 2023 15:19:34 +0000 (08:19 -0700)
commita5b076321a4fe19fd25a3192304cb88abf9aefbf
treeac6277254eb52a3bb04472a1677836804ad8dab0
parente959fa452f5928502c26569eadf054a43b815dc0
ls-remote doc: explain what each example does

While it's good to have several examples to solidify the output pattern
and generally demonstrate how to use the command, most other EXAMPLES
sections (e.g., git-show-branch.txt, git-remote.txt) additionally
describe the problem/situation to which the example is applicable.

Follow this example in the ls-remote documentation.

Signed-off-by: Sean Allred <allred.sean@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-ls-remote.txt