8000
Skip to content

lgf5090/template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

template

如何发布新的版本

git tag -a v0.1.0 -m "Release version 0.1.0" HEAD
git push origin v0.1.0  # push所有标签
git push origin --tags  # push所有标签
git push origin --all   # push所有分支

git tag -d v0.1.0       # 删除指定标签

About

code project tempalte

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

0