mirror of
https://github.com/purplecabbage/phonegap-plugins.git
synced 2026-04-24 03:00:11 -04:00
add a shell script to help with git
This commit is contained in:
1
iPhone/HockeyApp/projectFiles/README
Normal file
1
iPhone/HockeyApp/projectFiles/README
Normal file
@@ -0,0 +1 @@
|
||||
Just some stuff to keep git'ing along
|
||||
7
iPhone/HockeyApp/projectFiles/gitAlong
Executable file
7
iPhone/HockeyApp/projectFiles/gitAlong
Executable 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
|
||||
Reference in New Issue
Block a user