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

doc/vcsh.1.ronn s/git/Git/

parent eaa61d16
No related branches found
No related tags found
No related merge requests found
vcsh(1) - manage config files in $HOME via fake bare git repositories vcsh(1) - manage config files in $HOME via fake bare Git repositories
===================================================================== =====================================================================
## SYNOPSIS ## SYNOPSIS
...@@ -45,7 +45,7 @@ working trees in $HOME without clobbering each other. That, in turn, means you ...@@ -45,7 +45,7 @@ working trees in $HOME without clobbering each other. That, in turn, means you
can have one repository per config set (zsh, vim, ssh, etc), picking and can have one repository per config set (zsh, vim, ssh, etc), picking and
choosing which configs you want to use on which machine. choosing which configs you want to use on which machine.
`vcsh` is using a technique called fake bare git repositories, keeping <$GIT_DIR> `vcsh` is using a technique called fake bare Git repositories, keeping <$GIT_DIR>
in a different directory from <$GIT_WORK_TREE> which is pointed to <$HOME>. in a different directory from <$GIT_WORK_TREE> which is pointed to <$HOME>.
The use of symlinks is not needed in this setup, making for a cleaner setup. The use of symlinks is not needed in this setup, making for a cleaner setup.
...@@ -122,7 +122,7 @@ an interactive user. ...@@ -122,7 +122,7 @@ an interactive user.
Find <substring> in name of any tracked file. Find <substring> in name of any tracked file.
* write-gitignore: * write-gitignore:
Write .gitignore.d/<repo> via git ls-files. Write .gitignore.d/<repo> via `git ls-files`.
* <repo> <gitcommand>: * <repo> <gitcommand>:
Shortcut to run `vcsh` on a repo. Will prepend `git` to <command>. Shortcut to run `vcsh` on a repo. Will prepend `git` to <command>.
...@@ -133,7 +133,7 @@ an interactive user. ...@@ -133,7 +133,7 @@ an interactive user.
## ENVIRONMENT ## ENVIRONMENT
As noted earlier, `vcsh` will set <$GIT_DIR> and <$GIT_WORK_TREE> to the As noted earlier, `vcsh` will set <$GIT_DIR> and <$GIT_WORK_TREE> to the
appropriate values for fake bare git repositories. appropriate values for fake bare Git repositories.
## CONFIG ## CONFIG
...@@ -246,7 +246,7 @@ resulting in unhappy end users. ...@@ -246,7 +246,7 @@ resulting in unhappy end users.
Like most people, the author initially made do with a single repository for all Like most people, the author initially made do with a single repository for all
config files, all of which were soft-linked into <$HOME>. config files, all of which were soft-linked into <$HOME>.
Martin F. Krafft aka madduck came up with the concept of fake bare git Martin F. Krafft aka madduck came up with the concept of fake bare Git
repositories. repositories.
vcsh was initally written by madduck. This version is a re-implementation from vcsh was initally written by madduck. This version is a re-implementation from
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment