1
0
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:
李春奕 2016-10-09 11:22:35 +08:00
parent aad95603ea
commit df0d46a56e

2
merge_upstream.sh Normal file
View File

@ -0,0 +1,2 @@
#!/bin/bash
git fetch upstream && git merge upstream/master