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 tag2Here are two commands to quickly list all commits of yourself or others
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.
The problem of garbled characters in different Chinese encodings, here is an example, for example, what will be displayed when there are three php files with different encodings at the same time. Let's look at the results directly through git log -p, and we will find that there are unintelligible garbled characters....
No Comment
Post your comment