mirror of
https://github.com/houbb/sensitive-word.git
synced 2026-03-22 00:17:35 +08:00
12 lines
247 B
Batchfile
12 lines
247 B
Batchfile
:: 用于提交当前变更(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
|
|
|