11 lines
201 B
Bash
11 lines
201 B
Bash
# 提交
|
|
|
|
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 |