Skip to content

Commit f824dcb

Browse files
committed
added async-pull to readme
1 parent 1925a01 commit f824dcb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,14 @@ gitman is a cross-platform manager for git repositories, that are located inside
1212

1313
**Example:** `gitman clone https://github.com/nirokay/gitman https://github.com/nirokay/nirokay`
1414

15-
* `pull`: Pulls every repository's changes, or only the ones which names are provided.
15+
* `pull`: Pulls every repository's changes, or only the ones which names are provided synchronously.
1616

1717
**Examples:** `gitman pull` (pulls all repos), `gitman pull gitman nirokay` (only pulls gitman and nirokay repo)
1818

19+
* `async-pull`: Pulls every repository's changes, or only the ones which names are provided asynchronously.
20+
21+
**Examples:** `gitman async-pull` (pulls all repos), `gitman async-pull gitman nirokay` (only pulls gitman and nirokay repo)
22+
1923
* `help`: Displays a help message.
2024

2125
* `remove [dir: string]`: Removes the specified directory inside the git-repo directory. Can accept multiple directories to remove.

0 commit comments

Comments
 (0)