mirror of
https://gitlab.com/pholy/OSCAR-code.git
synced 2025-04-05 10:40:42 +00:00
Added fetchUpstream script for syncing master
This commit is contained in:
parent
664a13395d
commit
f3dbaab165
4
sleepyhead/scripts/fetchUpstream.sh
Executable file
4
sleepyhead/scripts/fetchUpstream.sh
Executable file
@ -0,0 +1,4 @@
|
||||
#!/bin/bash
|
||||
|
||||
git fetch upstream
|
||||
git merge upstream/master
|
Loading…
Reference in New Issue
Block a user