I don't want to track this script.

This commit is contained in:
Simon Wilks 2012-09-27 23:44:05 +02:00
parent 7a5ac6892e
commit b02a5a9eb9

View File

@ -1,8 +0,0 @@
#/bin/sh
git fetch upstream
# Fetches any new changes from the original repo
git merge upstream/master
# Merges any changes fetched into your working files