add a shell script to help with git

This commit is contained in:
Owen Brotherwood
2011-09-06 17:11:27 +02:00
parent ca701d080f
commit 2704fe9971
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1 @@
Just some stuff to keep git'ing along

View File

@@ -0,0 +1,7 @@
#/bin/bash
git clone https://OwenBrotherwood@github.com/OwenBrotherwood/phonegap-plugins.git
cd phonegap-plugins/
git remote add upstream https://github.com/phonegap/phonegap-plugins.git
git fetch upstream
git merge upstream/master
git status