git push --delete origin v1.0
Local side:
git tag --delete v1.0
Multiple remote tags
git push --delete origin tag1 tag2
Multiple local tags
git tag -d tag1 tag2
git push --delete origin v1.0
git tag --delete v1.0
git push --delete origin tag1 tag2
git tag -d tag1 tag2
How to quickly set up an out-of-the-box Gogs environment? This article introduces the use of docker-compose.yml to quickly establish a gogs environment.
How to display your own version control through git commands? These commands are for reference only, at least the author name should be changed. --author parameter, can also be mailbox
How do I delete my remote branch on GitHub. First of all, you can use the command to view the origin git remote -v At this time, it may display as follows: origin https://github.com/DevinY/dlaravel.git (fetch) origin https://github.com/DevinY/dlaravel.git (push)
No Comment
Post your comment