1
0
mirror of https://gitlab.com/pholy/OSCAR-code.git synced 2025-04-11 08:10:49 +00:00
OSCAR-code/oscar/scripts/fetchUpstream.sh

5 lines
58 B
Bash
Raw Normal View History

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