dotfiles/bin/git-back-to-the-future
2020-08-27 19:22:35 +02:00

6 lines
67 B
Bash
Executable file

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