add the merge_upstream bash script
This commit is contained in:
parent
aad95603ea
commit
df0d46a56e
|
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
git fetch upstream && git merge upstream/master
|
||||
Loading…
Reference in New Issue