[Feature] add for new

This commit is contained in:
binbin.hou
2020-01-07 11:14:44 +08:00
parent a27b00d2fd
commit 5237f36166
18 changed files with 918 additions and 0 deletions

11
cgit.bat Normal file
View File

@@ -0,0 +1,11 @@
:: 用于提交当前变更(windows)
:: author: houbb
:: LastUpdateTime: 2018-11-22 09:08:52
:: 用法:双击运行,或者当前路径 cmd 直接输入 .\cgit.bat
git pull
git add .
git commit -m "[Feature] add for new"
git push
git status