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