Ryan McGuire
c78c41f567
All checks were successful
Build and Publish / release (push) Successful in 1m10s
1.4 KiB
1.4 KiB
git-project-manager project
Use a Git project
Synopsis
Switches to a Git project by name or alias If not found, will enter fzf mode. If not cloned, will clone the project locally.
Options
-h, --help help for project
Options inherited from parent commands
--config string config file (default is ~/.config/git-project-manager.yaml)
--logLevel string Default log level -- info, warn, error, debug (default "info")
--projectPath string Sets a path for local clones of projects
--remote strings Specify remotes by host for any sub-command. Provide multiple times or comma delimited.
SEE ALSO
- git-project-manager - Find and use Git projects locally
- git-project-manager project add - Add a new Git project
- git-project-manager project go - Go to a Git project
- git-project-manager project list - List Git Projects
- git-project-manager project open - Open project in your IDE
- git-project-manager project run - Run the project (e.g. go run .)
- git-project-manager project show - Show detail for a Git project