1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-05-26 23:26:13 +02:00

user-manual: clarify difference between tag and branch

Explain the difference (well, one of the differences) between a tag
and a branch.

Signed-off-by: "J. Bruce Fields" <bfields@citi.umich.edu>
This commit is contained in:
J. Bruce Fields 2007-01-21 22:14:39 -05:00
parent e4add70cd4
commit fe4b3e591b

View File

@ -304,6 +304,9 @@ v2.6.13
...
------------------------------------------------
Tags are expected to always point at the same version of a project,
while branches are expected to advance as development progresses.
Create a new branch pointing to one of these versions and check it
out using gitlink:git-checkout[1]: