Skip to content
Snippets Groups Projects
Commit 2bd5e98f authored by Richard Hartmann's avatar Richard Hartmann
Browse files

README.md: Fix mistake & improve sample code

parent cec61aa3
Branches
Tags
No related merge requests found
...@@ -55,8 +55,9 @@ Let's say you want to version control your `vim` configuration: ...@@ -55,8 +55,9 @@ Let's say you want to version control your `vim` configuration:
vcsh vim add ~/.vimrc ~/.vim vcsh vim add ~/.vimrc ~/.vim
vcsh vim commit -m 'Initial commit of my Vim configuration' vcsh vim commit -m 'Initial commit of my Vim configuration'
# optionally push your files to a remote # optionally push your files to a remote
vcsh vim <remote> add origin REMOTE vcsh vim remote add origin <remote>
vcsh vim push origin master:master 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 If all that looks a _lot_ like standard `git`, that's no coincidence; it's
a design feature. a design feature.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment