mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
525aadf993
Co-authored-by: Meinard Francisco <44516102+znarfm@users.noreply.github.com> Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com> Co-authored-by: Wiktor Perskawiec <wiktor@perskawiec.cc>
848 B
848 B
gita
Manage multiple Git repositories side by side. See also:
git. More information: https://github.com/nosarthur/gita.
- Display a summary of a[ll] registered repositories:
gita ll
- Show the [st]atus of all registered repositories:
gita st
- 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:
gita freeze