]> git.madduck.net Git - code/vcsh.git/blob - README

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Improve docs
[code/vcsh.git] / README
1 vcsh - manage and sync config files via git
2
3 vcsh allows you to have several git repositories, all maintaining their working trees in $HOME without clobbering each other.
4 That, in turn, means you can have one repository per config set (zsh, vim, ssh, etc), picking and choosing which configs you want to use on which machine.
5
6 vcsh was designed with mr [1] in mind so you might want to install that, as well.
7
8
9 Read INSTALL for detailed setup instructions.
10
11
12 Questions? RichiH@{freenode,OFTC,IRCnet}
13
14 [1] http://kitenet.net/~joey/code/mr/