Skip to content

Instantly share code, notes, and snippets.

Created March 6, 2014 22:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/adec7c871aed75594e70 to your computer and use it in GitHub Desktop.
Save anonymous/adec7c871aed75594e70 to your computer and use it in GitHub Desktop.
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git fetch
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git tag -d 0.9
Deleted tag '0.9' (was a6f0ca5)
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git tag -s 0.9
You need a passphrase to unlock the secret key for
user: "Anne Gentle <anne@openstack.org>"
2048-bit RSA key, ID 5A1E68E3, created 2010-09-21
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git push gerrit 0.9
error: src refspec 0.9 matches more than one.
error: failed to push some refs to 'ssh://annegentle@review.openstack.org:29418/openstack/openstack-doc-tools.git'
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git tag -l
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.7.1
0.8
0.8.1
0.8.2
0.9
2012.1
2012.2
2013.1.rc1
2013.1.rc2
2013.2
diablo-eol
essex-eol
folsom-eol
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git tag -d 0.9
Deleted tag '0.9' (was 5e7b2e6)
Annes-MacBook-Pro:openstack-doc-tools annegentle$ git tag -l
0.1
0.2
0.3
0.4
0.5
0.6
0.7
0.7.1
0.8
0.8.1
0.8.2
2012.1
2012.2
2013.1.rc1
2013.1.rc2
2013.2
diablo-eol
essex-eol
folsom-eol
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment