diff options
Diffstat (limited to '')
-rw-r--r-- | using-git.texinfo | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index d5495a0..946b58e 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1148,11 +1148,6 @@ git tag -a 'RELEASE_VERSION' git push origin 'RELEASE_VERSION' @end example -Keep in mind that you will be placed -in an deatched HEAD, and need to checkout -the branch you want to continue your -work on. - The created tag can be refered to as any commit or branch. |