File tree 3 files changed +22
-1
lines changed
3 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ :: 用于提交当前变更(windows)
2
+ :: author: houbb
3
+ :: LastUpdateTime: 2018-11-22 09:08:52
4
+ :: 用法:双击运行,或者当前路径 cmd 直接输入 .\cgit.bat
5
+
6
+ git add .
7
+ git commit -m " [Feature] add for new"
8
+ git push
9
+ git status
10
+
Original file line number Diff line number Diff line change
1
+ # 提交
2
+
3
+ git add .
4
+ git commit -m " [Feature] add for new"
5
+ git push
6
+ git status
7
+
8
+ # 1. 赋值权限: chmod +x ./cgit.sh
9
+ # 2. 执行: ./cgit.sh
10
+ # Last Update Time: 2018-11-21 21:55:38
11
+ # Author: houbb
Original file line number Diff line number Diff line change 4
4
5
5
<groupId >com.github.houbb</groupId >
6
6
<artifactId >junitperf</artifactId >
7
- <version >2.0.2 </version >
7
+ <version >2.0.3-SNAPSHOT </version >
8
8
9
9
<properties >
10
10
<!-- ============================== All Plugins START ==============================-->
You can’t perform that action at this time.
0 commit comments