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
2de12e5b
Commit
2de12e5b
authored
11 years ago
by
Richard Hartmann
Browse files
Options
Downloads
Plain Diff
Merge pull request #131 from ghedo/_vcsh
_vcsh: add missing commands
parents
6bc1d178
0ac61152
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
_vcsh
+3
-0
3 additions, 0 deletions
_vcsh
with
3 additions
and
0 deletions
_vcsh
+
3
−
0
View file @
2de12e5b
...
@@ -89,6 +89,7 @@ function _vcsh () {
...
@@ -89,6 +89,7 @@ function _vcsh () {
subcommands
=(
subcommands
=(
"clone:clone an existing repository"
"clone:clone an existing repository"
"commit:commit in all repositories"
"delete:delete an existing repository"
"delete:delete an existing repository"
"enter:enter repository; spawn new <
\$
SHELL>"
"enter:enter repository; spawn new <
\$
SHELL>"
"help:display help"
"help:display help"
...
@@ -97,8 +98,10 @@ function _vcsh () {
...
@@ -97,8 +98,10 @@ function _vcsh () {
"list-tracked:list all files tracked by vcsh"
"list-tracked:list all files tracked by vcsh"
"list-tracked-by:list files tracked by a repository"
"list-tracked-by:list files tracked by a repository"
"pull:pull from all vcsh remotes"
"pull:pull from all vcsh remotes"
"push:push to vcsh remotes"
"rename:rename a repository"
"rename:rename a repository"
"run:run command with <
\$
GIT_DIR> and <
\$
GIT_WORK_TREE> set"
"run:run command with <
\$
GIT_DIR> and <
\$
GIT_WORK_TREE> set"
"status:show statuses of all/one vcsh repositories"
"upgrade:upgrade repository to currently recommended settings"
"upgrade:upgrade repository to currently recommended settings"
"version:print version information"
"version:print version information"
"which:find <substring> in name of any tracked file"
"which:find <substring> in name of any tracked file"
...
...
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