]> git.madduck.net Git - code/vcsh.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

README.md: More use cases
authorRichard Hartmann <richih@debian.org>
Wed, 14 Aug 2013 07:20:27 +0000 (09:20 +0200)
committerRichard Hartmann <richih@debian.org>
Wed, 14 Aug 2013 07:20:27 +0000 (09:20 +0200)
README.md

index 9cc54ad67e32a27b6f28aee1c63c781ea76dc375..a7568561c1f17c0ec7dfcc8ef4f5b876078aba45 100644 (file)
--- 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