feat(scripts): add git-sync
This commit is contained in:
parent
ecaae11b4d
commit
ea6a382edc
8
bin/git-sync
Executable file
8
bin/git-sync
Executable file
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -euo pipefail
|
||||||
|
|
||||||
|
git fetch --all
|
||||||
|
git stash
|
||||||
|
git pull --rebase
|
||||||
|
git stash pop
|
Loading…
Reference in a new issue