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
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Kevin Lyda
vcsh
Commits
fdf182e5
"t/300-add.t" did not exist on "00e44097d5e7112acb7decd2d606d929b2c71a2f"
Commit
fdf182e5
authored
Nov 18, 2011
by
Richard Hartmann
Browse files
Options
Downloads
Patches
Plain Diff
Update README.md
github: fixes #6
parent
11e4e38e
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+8
-6
8 additions, 6 deletions
README.md
with
8 additions
and
6 deletions
README.md
+
8
−
6
View file @
fdf182e5
...
@@ -84,12 +84,14 @@ To illustrate, this is what a possible directory structure looks like.
...
@@ -84,12 +84,14 @@ To illustrate, this is what a possible directory structure looks like.
### available.d ###
### available.d ###
The files you see in $XDG_CONFIG_HOME/mr/available.d are mr configuration files that
The files you see in $XDG_CONFIG_HOME/mr/available.d are mr configuration files
contain the commands to manage (checkout, update etc.) a single repository.
that contain the commands to manage (checkout, update etc.) a single
vcsh repo configs end in .vcsh, git configs end in .git, etc. This is optional
repository. vcsh repo configs end in .vcsh, git configs end in .git, etc. This
and your preference. For example, this is what a zsh.mrconfig with read-only
is optional and your preference. For example, this is what a zsh.vcsh
access to my zshrc repo looks likes. I.e. in this specific example, push can
with read-only access to my zshrc repo looks likes. I.e. in this specific
not work.
example, push can not work as you will be using the author's repository. This
is for demonstration, only. Of course, you are more than welcome to clone from
this repository and fork your own.
[$XDG_CONFIG_HOME/vcsh/repo.d/zsh.git]
[$XDG_CONFIG_HOME/vcsh/repo.d/zsh.git]
checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' zsh
checkout = vcsh clone 'git://github.com/RichiH/zshrc.git' zsh
...
...
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