X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=Documentation%2Fgit-tag.txt;h=8b169e364a32afe7d2ff3fa8ae54121ed44e3788;hb=feedaf43dbf31b18d96c4116e3b3f0c522b2cd7b;hp=31c78a81e094ffc8a66639119eadefbd1e760e35;hpb=d16a5dafdcec037631a5453ca7923992ce27a151;p=git.git diff --git a/Documentation/git-tag.txt b/Documentation/git-tag.txt index 31c78a81e..8b169e364 100644 --- a/Documentation/git-tag.txt +++ b/Documentation/git-tag.txt @@ -177,7 +177,7 @@ On Automatic following ~~~~~~~~~~~~~~~~~~~~~~ If you are following somebody else's tree, you are most likely -using tracking branches (`refs/heads/origin` in traditional +using remote-tracking branches (`refs/heads/origin` in traditional layout, or `refs/remotes/origin/master` in the separate-remote layout). You usually want the tags from the other end. @@ -232,7 +232,7 @@ this case. It may well be that among networking people, they may want to exchange the tags internal to their group, but in that workflow they are most likely tracking with each other's progress by -having tracking branches. Again, the heuristic to automatically +having remote-tracking branches. Again, the heuristic to automatically follow such tags is a good thing.