This package browser is in early development. Mind the rough edges.

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.

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:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/gita/badges/latest-version.svg)](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]]