From 5c9fcf0802b60101d275597599499d7686392fcc Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Wed, 14 Aug 2013 09:20:27 +0200
Subject: [PATCH] README.md: More use cases

---
 README.md | 12 +++++++++++-
 1 file changed, 11 insertions(+), 1 deletion(-)

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
 
-- 
GitLab