mirror of
https://github.com/amix/vimrc
synced 2025-02-28 14:12:51 +08:00
add the merge_upstream bash script
This commit is contained in:
parent
aad95603ea
commit
df0d46a56e
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 New Issue
Block a user