gita
Command-line tool to manage multiple Git repos
This package provides a command-line tool to manage multiple Git repos.
This tool does two things:
display the status of multiple Git repos such as branch, modification, commit message side by side
(batch) delegate Git commands/aliases from any working directory
If several repos are related, it helps to see their status together.
- Versions: 0.16.7.2
- Website: https://github.com/nosarthur/gita
- Licenses: Expat
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of gita as follows:
guix install gita
Or install a particular version:
guix install gita@0.16.7.2
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell documentation for more information.
Badge code
You can use the following badge to inform users of gita about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/gita'><img src='https://packages.guix.gnu.org/packages/gita/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/gita)
Example Org:
[[https://packages.guix.gnu.org/packages/gita][https://packages.guix.gnu.org/packages/gita/badges/latest-version.svg]]