git-back-to-the-future: fail on error
This commit is contained in:
parent
ff48d1e307
commit
f521cc2adf
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue