git push --delete origin v1.0Local side:
git tag --delete v1.0Multiple remote tags
git push --delete origin tag1 tag2Multiple local tags
git tag -d tag1 tag2
git push --delete origin v1.0git tag --delete v1.0git push --delete origin tag1 tag2git tag -d tag1 tag2How 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)
Here are two commands to quickly list all commits of yourself or others
The gitlab built with docker has been useless for a long time, and I forgot the password, how to reset it. We should be able to enter the gitlab container through the following command...
No Comment
Post your comment