[ develop ] 202512180850
This commit is contained in:
@@ -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 .
|
||||
|
||||
|
||||
Reference in New Issue
Block a user