From: Richard Hartmann Date: Wed, 12 Jun 2013 00:17:50 +0000 (+0200) Subject: README.md: Fix mistake & improve sample code X-Git-Url: https://git.madduck.net/code/vcsh.git/commitdiff_plain/2bd5e98fc75a31c71f32136ef5b927910ab044d5?hp=cec61aa33ffe1ac0d97a5c7f32b0adec0695e174 README.md: Fix mistake & improve sample code --- diff --git a/README.md b/README.md index 8fed60a..fc7a892 100644 --- a/README.md +++ b/README.md @@ -55,8 +55,9 @@ Let's say you want to version control your `vim` configuration: vcsh vim add ~/.vimrc ~/.vim vcsh vim commit -m 'Initial commit of my Vim configuration' # optionally push your files to a remote - vcsh vim add origin REMOTE + vcsh vim remote add origin vcsh vim push origin master:master + vcsh vim branch --track master origin/master If all that looks a _lot_ like standard `git`, that's no coincidence; it's a design feature.