dotfiles/upgrade.sh

5 lines
109 B
Bash
Executable File

#!/usr/bin/env bash
git pull --rebase --stat origin master
git submodule update --init --recursive --remote