pass
This commit is contained in:
parent
e59b966e82
commit
7b83e4bc1f
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
SCRIPT_PATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
|
||||
(cd $SCRIPT_PATH && git pull)
|
||||
(cd $SCRIPT_PATH && git reset --hard HEAD && git pull)
|
||||
|
|
|
|||
Loading…
Reference in New Issue