diff options
Diffstat (limited to 'documentation/dev-manual/dev-manual-newbie.xml')
-rw-r--r-- | documentation/dev-manual/dev-manual-newbie.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/dev-manual/dev-manual-newbie.xml b/documentation/dev-manual/dev-manual-newbie.xml index de4abcc635..5404ca9ef8 100644 --- a/documentation/dev-manual/dev-manual-newbie.xml +++ b/documentation/dev-manual/dev-manual-newbie.xml | |||
@@ -382,7 +382,7 @@ | |||
382 | <para>Finally, if you want to track a set of local changes while starting from the same point | 382 | <para>Finally, if you want to track a set of local changes while starting from the same point |
383 | as a release tarball, you can create a local Git branch that | 383 | as a release tarball, you can create a local Git branch that |
384 | reflects the exact copy of the files at the time of their release. | 384 | reflects the exact copy of the files at the time of their release. |
385 | You do this using Git tags that are part of the repository.</para> | 385 | You do this by using Git tags that are part of the repository.</para> |
386 | 386 | ||
387 | <para>For more information on concepts around Git repositories, branches, and tags, | 387 | <para>For more information on concepts around Git repositories, branches, and tags, |
388 | see the | 388 | see the |