|
@@ -10,6 +10,12 @@ version of git and at least Python 2.7 installed. |
|
|
|
|
|
|
|
|
# Installation |
|
|
# Installation |
|
|
|
|
|
|
|
|
|
|
|
With [Homebrew](http://brew.sh/): |
|
|
|
|
|
|
|
|
|
|
|
`brew install pr0d1r2/contrib/gitup && brew link gitup` |
|
|
|
|
|
|
|
|
|
|
|
## From source |
|
|
|
|
|
|
|
|
First: |
|
|
First: |
|
|
|
|
|
|
|
|
git clone git://github.com/earwig/git-repo-updater.git |
|
|
git clone git://github.com/earwig/git-repo-updater.git |
|
@@ -31,10 +37,6 @@ directory where Python is installed: |
|
|
|
|
|
|
|
|
DOSKEY gitup=c:\python27\python.exe c:\python27\Scripts\gitup $* |
|
|
DOSKEY gitup=c:\python27\python.exe c:\python27\Scripts\gitup $* |
|
|
|
|
|
|
|
|
# Homebrew Installation |
|
|
|
|
|
|
|
|
|
|
|
`brew install pr0d1r2/contrib/gitup && brew link gitup` |
|
|
|
|
|
|
|
|
|
|
|
# Usage |
|
|
# Usage |
|
|
|
|
|
|
|
|
There are two ways to update repos: you can pass them as command arguments, |
|
|
There are two ways to update repos: you can pass them as command arguments, |
|
|