X-Git-Url: https://git.phdru.name/?a=blobdiff_plain;f=pep-git.txt;h=9fbe37d52dd5746316fe6c3a9953feed6bbf93ca;hb=4db25b6b0ec373d2a9c80240f007880d3c170b37;hp=0347e51b41bd84238a1e34f2d3f1d557e21a5b57;hpb=ea5670888f6fd8b8e5ff5185fa7fefa962f21ed8;p=git-wiki.git diff --git a/pep-git.txt b/pep-git.txt index 0347e51..9fbe37d 100644 --- a/pep-git.txt +++ b/pep-git.txt @@ -297,7 +297,7 @@ during fetch/pull. To fetch all tags (and commits they point to) run ``git fetch --tags origin``. To fetch some specific tags fetch them explicitly:: - $ git fetch origin tag NAME1 tag NAME2... + $ git fetch origin tag TAG1 tag TAG2... For example::