Skip to content
Snippets Groups Projects
Commit aef309d6 authored by Richard Hartmann's avatar Richard Hartmann Committed by GitHub
Browse files

Merge pull request #229 from danielshahaf/document-enter-v1

docs: Clarify what 'enter' does.
parents aeb2de1f e47baf02
Branches
No related tags found
No related merge requests found
...@@ -98,7 +98,7 @@ an interactive user. ...@@ -98,7 +98,7 @@ an interactive user.
Delete an existing repository. Delete an existing repository.
* enter: * enter:
Enter repository; spawn new <$SHELL>. Enter repository; spawn new <$SHELL> with <$GIT_DIR> set.
* foreach: * foreach:
Execute git command for every vcsh repository. Execute git command for every vcsh repository.
......
...@@ -106,6 +106,7 @@ help() { ...@@ -106,6 +106,7 @@ help() {
commit Commit in all repositories commit Commit in all repositories
delete <repo> Delete an existing repository delete <repo> Delete an existing repository
enter <repo> Enter repository; spawn new instance of \$SHELL enter <repo> Enter repository; spawn new instance of \$SHELL
with \$GIT_DIR set.
foreach [<-g>] foreach [<-g>]
<git command> Execute a command for every repository <git command> Execute a command for every repository
help Display this help text help Display this help text
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment