diff options
author | Mattias Andrée <maandree@operamail.com> | 2013-09-03 19:47:03 +0200 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2013-09-03 19:47:03 +0200 |
commit | 5552ed7b265909ff7024b2490958d2a4c8a6864c (patch) | |
tree | 7f02710508e44a28e14c3bba8632fdd2ff0e6319 /using-git.texinfo | |
parent | typo (diff) | |
download | using-git-5552ed7b265909ff7024b2490958d2a4c8a6864c.tar.gz using-git-5552ed7b265909ff7024b2490958d2a4c8a6864c.tar.bz2 using-git-5552ed7b265909ff7024b2490958d2a4c8a6864c.tar.xz |
forgot the remote
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'using-git.texinfo')
-rw-r--r-- | using-git.texinfo | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 359bba3..8fe56aa 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -1163,7 +1163,7 @@ your origin: @example git tag -d 'RELEASE_VERSION' -git push :refs/tags/'RELEASE_VERSION' +git push origin :refs/tags/'RELEASE_VERSION' @end example |