git-back-to-the-future: fail on error
This commit is contained in:
parent
ff48d1e307
commit
f521cc2adf
|
|
@ -1,6 +1,6 @@
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
|
|
||||||
git switch master
|
git switch master && \
|
||||||
git fetch --prune
|
git fetch --prune && \
|
||||||
git pull
|
git pull
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue