This website works better with JavaScript.
首頁
探索
說明
註冊
登入
tibo
/
mygitflow
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
202511211240
develop
Thibaud
1 月之前
父節點
fd00e31ba7
當前提交
ac3003b23e
共有
2 個文件被更改
,包括
2 次插入
和
6 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-5
git_01_quick_commit.sh
+1
-1
git_99_status.sh
+ 1
- 5
git_01_quick_commit.sh
查看文件
@ -4,8 +4,4 @@ TIMESTAMP=`date "+%Y%m%d%H%M"`
git_99_status.sh
TEST
=
`
git status
|
grep propre
|
wc -l
`
if
[
$TEST
-eq
0
]
then
git commit -m
"
$TIMESTAMP
"
fi
git commit -m
"
$TIMESTAMP
"
+ 1
- 1
git_99_status.sh
查看文件
@ -21,5 +21,5 @@ then
git add .
fi
else
echo
"
STATUS OK
"
echo
"
GIT
STATUS OK
"
fi
Write
Preview
Loading…
取消
儲存