OSCAR-code/oscar/scripts/fetchUpstream.sh
2019-02-22 19:23:39 -05:00

5 lines
58 B
Bash
Executable File

#!/bin/bash
git fetch upstream
git merge upstream/master