Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 13 additions & 14 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,19 @@ Do you work with multiple GitHub repositories over multiple user or organisation

## Installation

(sudo) npm install -g
(sudo) npm install -g gitall

## How it works

GitAll works by either setting up config in the config file, or passing it parameters on the command line.
Parameters passed in will take precidence over parameters found in the config file.
It's much better to setup the config in advance and let the GitAll do all the hard work.

## Usage

gitall {action} {user} {dir} {protocol}

The final three are optional

## Params

Expand Down Expand Up @@ -43,18 +55,6 @@ Example config is:
"protocol": "ssh"
}]

## How it works

GitAll works by either setting up config in the config file, or passing it parameters on the command line.
Parameters passed in will take precidence over parameters found in the config file.
It's much better to setup the config in advance and let the GitAll do all the hard work.

## Usage

gitall {action} {user} {dir} {protocol}

The final three are optional

## Example usage with config file

gitall clone
Expand Down Expand Up @@ -84,4 +84,3 @@ Or use script

* GitAll is a node.js app so http://nodejs.org will be required.
* You may want to increase the number of file descriptors allowed `ulimit -n 10000`