add script: bin/git-back-to-the-future

This commit is contained in:
Lexi Stelter 2020-06-30 11:16:43 +02:00
parent 0f3abdcc0e
commit 23a0c1f907
1 changed files with 6 additions and 0 deletions

6
bin/git-back-to-the-future Executable file
View File

@ -0,0 +1,6 @@
#!/bin/sh
git switch master
git fetch --prune
git pull