aboutsummaryrefslogtreecommitdiffstats
path: root/using-git.texinfo
diff options
context:
space:
mode:
authorMattias Andrée <maandree@operamail.com>2013-09-16 10:37:35 +0200
committerMattias Andrée <maandree@operamail.com>2013-09-16 10:37:35 +0200
commit89a20428749e01461fdb151758f88703d1cb0fc2 (patch)
tree8613a99cbcd854e374a944dd70e69218b5c02b10 /using-git.texinfo
parentmissed a word in a command (diff)
downloadusing-git-89a20428749e01461fdb151758f88703d1cb0fc2.tar.gz
using-git-89a20428749e01461fdb151758f88703d1cb0fc2.tar.bz2
using-git-89a20428749e01461fdb151758f88703d1cb0fc2.tar.xz
you are not longer placed in a detached HEAD
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to '')
-rw-r--r--using-git.texinfo5
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.