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
[ develop ] 202512180850
develop
Thibaud
3 weeks ago
parent
3af7646264
commit
2a9ae666fa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
git_01_quick_commit.sh
+ 1
- 1
git_01_quick_commit.sh
View File
@ -1,7 +1,7 @@
#!/bin/env bash
TIMESTAMP
=
`
date
"+%Y%m%d%H%M"
`
COURANTE
=
`
git branch 2> /dev/null
|
sed -e
'/^[^*]/d'
-e
's/* \(.*\)/ (\1)/'
|
sed
's:(::g'
|
sed
's:)::g'
`
COURANTE
=
`
git branch 2> /dev/null
|
sed -e
'/^[^*]/d'
-e
's/* \(.*\)/ (\1)/'
|
sed
's:(::g'
|
sed
's:)::g'
|
xargs
`
git add .
Write
Preview
Loading…
Cancel
Save