X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/5ef08dd76777aa7c24f1777b4c073058d0edcf61..7a2b3ad2c84853c74a14abc73261bdae05f96de6:/README.md diff --git a/README.md b/README.md index 68031ff..a83325d 100644 --- a/README.md +++ b/README.md @@ -56,8 +56,9 @@ Let's say you want to version control your `vim` configuration: vcsh vim commit -m 'Initial commit of my Vim configuration' # optionally push your files to a remote vcsh vim remote add origin - vcsh vim push origin master:master - vcsh vim branch --track master origin/master + vcsh vim push -u origin master + # from now on you can push additional commits like this + vcsh vim push If all that looks a _lot_ like standard `git`, that's no coincidence; it's a design feature. @@ -365,7 +366,7 @@ ignore this fact for now and follow the examples. ## Initialize a new repository "vim" - vcsh init vcsh + vcsh init vim ## Clone an existing repository