vimrc/merge_upstream.sh

3 lines
60 B
Bash
Executable File

#!/bin/bash
git fetch upstream && git merge upstream/master