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

git-spice

Manage stacks of Git branches

git-spice (gs) is a command line tool for stacking Git branches, a collection of branches expecting the trunk has a base branch. It manages and navigates stacks of branches, conveniently modifies and rebases them also provides an integration with GitHub and GitLab.

Installation

Install the latest version of git-spice as follows:

guix install git-spice

Or install a particular version:

guix install git-spice@0.15.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 git-spice about the latest version available in Guix.

Example HTML:

<a href='https://packages.guix.gnu.org/packages/git-spice'><img src='https://packages.guix.gnu.org/packages/git-spice/badges/latest-version.svg' alt='Version in GNU Guix'></a>

Example Markdown:

[![Version in GNU Guix](https://packages.guix.gnu.org/packages/git-spice/badges/latest-version.svg)](https://packages.guix.gnu.org/packages/git-spice)

Example Org:

[[https://packages.guix.gnu.org/packages/git-spice][https://packages.guix.gnu.org/packages/git-spice/badges/latest-version.svg]]