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
98a1fbf7
Commit
98a1fbf7
authored
13 years ago
by
Richard Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
More documentation fixes
fixes #22
parent
f0e806b4
Branches
Branches containing commit
Tags
v0.20120203
Tags containing commit
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+12
-4
12 additions, 4 deletions
README.md
with
12 additions
and
4 deletions
README.md
+
12
−
4
View file @
98a1fbf7
...
...
@@ -155,8 +155,10 @@ configuration to a new host.
example:
`vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr`
2.
Choose your repositories by linking them in config.d (or go with the default
you may have already configured by adding symlinks to git).
3.
Run mr to clone the repositories:
`cd; mr update`
.
4.
Done.
3.
Make sure the line 'include = cat /usr/share/mr/vcsh' in .mrconfig points
to an existing file
4.
Run mr to clone the repositories:
`cd; mr update`
.
5.
Done.
Hopefully the above could help explain how this approach saves time by
...
...
@@ -195,9 +197,11 @@ the template will be stored.
#### 4.1.2 Clone the Template ####
cd $HOME
mkdir -p ~/work/git
cd !$
git clone git://github.com/RichiH/vcsh.git vcsh
# make sure 'include = cat /usr/share/mr/vcsh' points to an exiting file
vim .mrconfig
cd vcsh
ln -s vcsh /usr/local/bin # or add it to your PATH
cd
...
...
@@ -237,6 +241,8 @@ Done!
You're welcome to clone the example repository:
vcsh clone git://github.com/RichiH/vcsh_mr_template.git mr
# make sure 'include = cat /usr/share/mr/vcsh' points to an exiting file
vim .mrconfig
Look around in the clone. It should be reasonably simple to understand. If not,
poke me, RichiH, on Freenode (query) or OFTC (#vcs-home).
...
...
@@ -267,6 +273,8 @@ mr is used to actually retrieve configs, etc
~ % cat ~/.mrconfig
[DEFAULT]
# adapt /usr/share/mr/vcsh to your system if needed
include = cat /usr/share/mr/vcsh
include = cat $XDG_CONFIG_HOME/mr/config.d/*
~ % echo $XDG_CONFIG_HOME
/home/richih/.config
...
...
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