dotfiles/bin/git-back-to-the-future

7 lines
67 B
Bash
Executable File

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