dotfiles/bin/git-back-to-the-future
2020-06-30 11:16:43 +02:00

6 lines
57 B
Bash
Executable file

#!/bin/sh
git switch master
git fetch --prune
git pull