Files
sensitive-word/cgit.sh
2020-01-07 11:14:44 +08:00

12 lines
210 B
Bash

# 提交
git pull
git add .
git commit -m "[Feature] add for new"
git push
git status
# 1. 赋值权限: chmod +x ./cgit.sh
# 2. 执行: ./cgit.sh
# Last Update Time: 2018-11-21 21:55:38
# Author: houbb