no msg
This commit is contained in:
parent
72b732a55d
commit
77a9eca634
1
cmd
1
cmd
@ -273,6 +273,7 @@ if [ $# -gt 0 ]; then
|
|||||||
echo -e "$res"
|
echo -e "$res"
|
||||||
elif [[ "$1" == "update" ]]; then
|
elif [[ "$1" == "update" ]]; then
|
||||||
shift 1
|
shift 1
|
||||||
|
run_mysql backup
|
||||||
git fetch --all
|
git fetch --all
|
||||||
git reset --hard origin/$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
|
git reset --hard origin/$(git branch | sed -n -e 's/^\* \(.*\)/\1/p')
|
||||||
git pull
|
git pull
|
||||||
|
Loading…
x
Reference in New Issue
Block a user