This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
tibo
/
mygitflow
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
202511211240
develop
Thibaud
1 month ago
parent
fd00e31ba7
commit
ac3003b23e
2 changed files
with
2 additions
and
6 deletions
Unified View
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
View File
@ -4,8 +4,4 @@ TIMESTAMP=`date "+%Y%m%d%H%M"`
git_99_status.sh
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
View File
@ -21,5 +21,5 @@ then
git add .
git add .
fi
fi
else
else
echo
"
STATUS OK
"
echo
"
GIT
STATUS OK
"
fi
fi
Write
Preview
Loading…
Cancel
Save