Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "git-multi", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "The most stupid way to run a git command on multiple repositories.", | ||
@@ -5,0 +5,0 @@ "repository": { |
@@ -53,1 +53,14 @@ # GIT multi | ||
``` | ||
## Syntax | ||
Run any git command on multiple repositories: | ||
``` bash | ||
git multi <any git command> | ||
``` | ||
List repositories managed by `git-multi`: | ||
``` bash | ||
git multi list | ||
``` |
Sorry, the diff of this file is not supported yet
2633
66