Options (1)
-n, --namebooleanCreate a group of repositories and set it as the active context
Example:
gita group add {{[-n|--name]}} {{group_name}} {{repo1 repo2 ...}} && gita context {{group_name}}Examples (8)
Display a summary of a[ll] registered repositories
gita llRegister one or more repositories with gita
gita add path/to/repo1 path/to/repo2 ...Pull updates for all registered repositories
gita pullRun a Git command on a specific repository
gita super repo_name git_commandCreate a group of repositories and set it as the active context
Fetch updates for one or more repositories or groups
gita fetch repo1 repo2 ...|group1 group2 ...made by @shridhargupta | data from tldr-pages