commands.sh

gita

all

Manage multiple Git repositories side by side. See also: `git`.

More info →

Options (1)

-n, --nameboolean

Create 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 ll

Show the [st]atus of all registered repositories

Register one or more repositories with gita

gita add path/to/repo1 path/to/repo2 ...

Pull updates for all registered repositories

gita pull

Run a Git command on a specific repository

gita super repo_name git_command

Create a group of repositories and set it as the active context

gita group add [-n|--name] group_name repo1 repo2 ... && gita context group_name

Fetch updates for one or more repositories or groups

gita fetch repo1 repo2 ...|group1 group2 ...

Display information of all repositories

made by @shridhargupta | data from tldr-pages