1 Star 0 Fork 0

wordgao / tools

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
README.md 327 Bytes
Copy Edit Raw Blame History
wordgao authored 2022-04-06 20:15 . add git readme

添加文件或内容到暂存区

git add .

git commit -m "mymodule: changes for v0.1.0"

git tag v0.1.0 //Push the new tag to the origin repository.

git push origin v0.0.1

git tag v1.2.3 -m "Release version 1.2.3"

删除本地

tag git tag -d tag-name

删除远程

tag git push origin :refs/tags/v0.0.1

Go
1
https://gitee.com/cshare/tools.git
git@gitee.com:cshare/tools.git
cshare
tools
tools
master

Search