add script: bin/git-back-to-the-future
This commit is contained in:
parent
0f3abdcc0e
commit
23a0c1f907
|
|
@ -0,0 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
git switch master
|
||||
git fetch --prune
|
||||
git pull
|
||||
|
||||
Loading…
Reference in New Issue