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

7 lines
57 B
Bash
Executable File

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