diff options
-rw-r--r-- | Documentation/user-manual.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/user-manual.txt b/Documentation/user-manual.txt index 3f23181152..267bbd7367 100644 --- a/Documentation/user-manual.txt +++ b/Documentation/user-manual.txt @@ -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]: |