add the merge_upstream bash script
This commit is contained in:
parent
aad95603ea
commit
df0d46a56e
1 changed files with 2 additions and 0 deletions
2
merge_upstream.sh
Normal file
2
merge_upstream.sh
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
git fetch upstream && git merge upstream/master
|
Loading…
Reference in a new issue