git 常用代码

67 阅读1分钟

git add . 更新该文件夹所有文件

git commit -am "beforeonline"

git push

git tag tag-dev-beforeonline

git push origin tag-dev-beforeonline