Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
vcsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
310a7c48
Commit
310a7c48
authored
11 years ago
by
Richard Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
doc/vcsh.1.ronn s/git/Git/
parent
eaa61d16
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/vcsh.1.ronn
+5
-5
5 additions, 5 deletions
doc/vcsh.1.ronn
with
5 additions
and
5 deletions
doc/vcsh.1.ronn
+
5
−
5
View file @
310a7c48
vcsh(1) - manage config files in $HOME via fake bare
g
it repositories
vcsh(1) - manage config files in $HOME via fake bare
G
it repositories
=====================================================================
## SYNOPSIS
...
...
@@ -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
choosing which configs you want to use on which machine.
`vcsh` is using a technique called fake bare
g
it repositories, keeping <$GIT_DIR>
`vcsh` is using a technique called fake bare
G
it repositories, keeping <$GIT_DIR>
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.
...
...
@@ -122,7 +122,7 @@ an interactive user.
Find <substring> in name of any tracked file.
* write-gitignore:
Write .gitignore.d/<repo> via git ls-files.
Write .gitignore.d/<repo> via
`
git ls-files
`
.
* <repo> <gitcommand>:
Shortcut to run `vcsh` on a repo. Will prepend `git` to <command>.
...
...
@@ -133,7 +133,7 @@ an interactive user.
## ENVIRONMENT
As noted earlier, `vcsh` will set <$GIT_DIR> and <$GIT_WORK_TREE> to the
appropriate values for fake bare
g
it repositories.
appropriate values for fake bare
G
it repositories.
## CONFIG
...
...
@@ -246,7 +246,7 @@ resulting in unhappy end users.
Like most people, the author initially made do with a single repository for all
config files, all of which were soft-linked into <$HOME>.
Martin F. Krafft aka madduck came up with the concept of fake bare
g
it
Martin F. Krafft aka madduck came up with the concept of fake bare
G
it
repositories.
vcsh was initally written by madduck. This version is a re-implementation from
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment