Skip to content

update README.md: change section sequence #7

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
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`