stgit 2.4.12
Stacked Git (StGit) manages Git commits as a stack of patches
StGit uses a patch stack workflow. Each individual patch focuses on a single concern, while a stack of patches forms a series of commits. Patches are stored as normal git commits, allowing easy merging of StGit patches into other repositories using standard Git.
Features include:
Import and export patches from Git with
stg commit
andstg uncommit
Create new patches and add them to the stack with
stg new
Update a patch from the working tree with
stg refresh
andstg edit
See information about the stack or patch with
stg series
andstg show
Export and send a series of patches by email using
stg email
- Website: https://stacked-git.github.io/
- Licenses: GPL 2
- Package source: gnu/packages/version-control.scm
- Builds: See build status
- Issues: See known issues
Installation
Install stgit 2.4.12
as follows:
guix install stgit@2.4.12
Or install the latest version:
guix install stgit
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.