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

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 and stg uncommit

  • Create new patches and add them to the stack with stg new

  • Update a patch from the working tree with stg refresh and stg edit

  • See information about the stack or patch with stg series and stg show

  • Export and send a series of patches by email using stg email

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.