Added fetchUpstream script for syncing master

This commit is contained in:
Mark Watkins 2016-03-13 20:12:39 +10:00
parent 664a13395d
commit f3dbaab165

View File

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