Skip to content

Commit eafe6cc

Browse files
committed
[Feature] add for new
1 parent 5d0006e commit eafe6cc

File tree

3 files changed

+22
-1
lines changed

3 files changed

+22
-1
lines changed

cgit.bat

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+

cgit.sh

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
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

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
<groupId>com.github.houbb</groupId>
66
<artifactId>junitperf</artifactId>
7-
<version>2.0.2</version>
7+
<version>2.0.3-SNAPSHOT</version>
88

99
<properties>
1010
<!--============================== All Plugins START ==============================-->

0 commit comments

Comments
 (0)