Skip to content
Snippets Groups Projects
Commit 8b153927 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub
Browse files

Merge pull request #205 from harendra-kumar/master

Fix documentation for running git commands
parents 0fe34b82 ac191fb2
No related branches found
No related tags found
No related merge requests found
...@@ -41,7 +41,7 @@ vcsh(1) - Version Control System for $HOME - multiple Git repositories in $HOME ...@@ -41,7 +41,7 @@ vcsh(1) - Version Control System for $HOME - multiple Git repositories in $HOME
`vcsh` write-gitignore <repo> `vcsh` write-gitignore <repo>
`vcsh` <repo> <git command> `vcsh` <repo> <gitcommand>
`vcsh` <repo> `vcsh` <repo>
...@@ -173,7 +173,7 @@ an interactive user. ...@@ -173,7 +173,7 @@ an interactive user.
Write .gitignore.d/<repo> via `git ls-files`. Write .gitignore.d/<repo> via `git ls-files`.
* <repo> <gitcommand>: * <repo> <gitcommand>:
Shortcut to run `vcsh` on a repo. Will prepend `git` to <command>. Shortcut to run `git` commands on a repo. Will prepend `git` to <gitcommand>.
* <repo>: * <repo>:
Shortcut to run `vcsh enter <repo>`. Shortcut to run `vcsh enter <repo>`.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment