Guest User

Untitled

a guest
Jun 18th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. # Whoops, tagged 'rumble10' early?
  2. # No problem, just delete that tag and retag using these steps:
  3. # (just be sure your final tag is tagged before the 48 hours are up)
  4.  
  5. # Remove the 'rumble10' tag locally, and on GitHub
  6. git tag -d rumble10
  7. git push origin :refs/tags/rumble10
  8.  
  9. # Create the tag and push it to GitHub
  10. git tag -a rumble10 -m 'Tagging final release'
  11. git push --tags
Add Comment
Please, Sign In to add comment