X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/3cc837acb17cb12c6dd853ed6be6f0a8cda9e038..fd543ac73a61bdc1780b27d22c74a550169698a1:/README.md diff --git a/README.md b/README.md index 9cc54ad..e12d0f7 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ For example, you may not need to have your `mplayer` configuration on a server or available to root and you may want to maintain different configuration for `ssh` on your personal and your work machines. -A lot of modern UNIX-based systems offer pacakges for `vcsh`. In case yours +A lot of modern UNIX-based systems offer packages for `vcsh`. In case yours does not read `INSTALL.md` for install instructions or `PACKAGING.md` to create a package, yourself. If you do end up packaging `vcsh` please let us know so we can give you your own packaging branch in the upstream repository. @@ -65,12 +65,12 @@ All slides, videos, and further information can be found There are three different ways to interact with `vcsh` repositories; this section will only show the simplest and easiest way. Certain more advanced use cases require the other two ways, but don't worry -about this for now. If you never ewen bother playing with the other two +about this for now. If you never even bother playing with the other two 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