Advertisement
thesuhu

Git Tags

Feb 7th, 2022
1,388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.14 KB | None | 0 0
  1. # hapus remote tag, contoh nama tag 14
  2. git push origin :refs/tags/14
  3.  
  4. # update lokal tag
  5. git tag -f 14
  6.  
  7. # push ke remote
  8. git push --tags
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement