OSCAR-code/oscar/scripts/fetchUpstream.sh

5 lines
58 B
Bash
Raw Permalink Normal View History

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