Skip to content
All gists
Back to GitHub
Sign in
Sign up
Sign in
Sign up
{{ message }}
Instantly share code, notes, and snippets.
Øyvind Saltvik
fivethreeo
Levanger, Norway
Sign in to view email
View GitHub Profile
Sort:
Least recently updated
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
All gists
20
Forked
1
Starred
1
Sort:
Least recently updated
Sort options
Recently created
Least recently created
Recently updated
Least recently updated
1 file
16 forks
7 comments
36 stars
justinfrench
/
Creating, pushing a deleting git tags
Created
Apr 3, 2009
View
Creating, pushing a deleting git tags
git tag -am "annotation goes here" tagname_goes_here # cut a tag
git tag -d tagname_goes_here # burn it
git tag -am "annotation goes here" tagname_goes_here # cut another tag
git push --tags # push tags to remote
git push origin :refs/tags/tagname_goes_here # delete tag from remote
You can’t perform that action at this time.
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.