Initial commit

This commit is contained in:
binbin.hou
2020-09-03 09:41:55 +08:00
commit 0509780502
34 changed files with 1456 additions and 0 deletions

11
cgit.sh Normal file
View File

@@ -0,0 +1,11 @@
# 提交
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