OSCAR-code/oscr/scripts/fetchUpstream.sh
2019-02-11 17:37:29 -05:00

5 lines
58 B
Bash
Executable File

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