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.
- Versions: 0.15.2
- Website: https://go.abhg.dev/gs
- Licenses: GPL 3
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
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:
[](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]]