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
202511211320
develop
Thibaud
1 month ago
parent
8483b06342
commit
227cf54995
1 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-0
git_99_status.sh
+ 2
- 0
git_99_status.sh
View File
@ -12,6 +12,7 @@ then
then
git status
fi
echo
echo
# (optional) move to a new line
read
-p
"Voulez-vous ajouter les modifications courantes ? "
-n
1
-r
@ -20,6 +21,7 @@ then
then
git add .
fi
echo
fi
TEST2
=
`
git status
|
grep propre
|
wc -l
`
Write
Preview
Loading…
Cancel
Save