From: Richard Hartmann Date: Wed, 14 Aug 2013 07:20:27 +0000 (+0200) Subject: README.md: More use cases X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/5c9fcf0802b60101d275597599499d7686392fcc README.md: More use cases --- diff --git a/README.md b/README.md index 9cc54ad..a756856 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ modes you will still be fine. `vcsh enter` and `vcsh run` will be covered in later sections. -## Initialize a new repository "vim" +## Initialize a new repository called "vim" vcsh init vim @@ -97,7 +97,17 @@ modes you will still be fine. vcsh vim pull +## Show status of changed files in all repositories + vcsh status + +## Pull from all repositories + + vcsh pull + +## Push to all repositories + + vcsh push # Overview