ブックマーク / stacked-git.github.io (1)

  • Stacked Git – Stacked Git

    Stacked Git, StGit for short, is an application for managing Git commits as a stack of patches. With a patch stack workflow, multiple patches can be developed concurrently and efficiently, with each patch focused on a single concern, resulting in both a clean Git commit history and improved productivity. The stg command line tool provides commands to quickly and safely manage a stack of patches. A

    tmatsuu
    tmatsuu 2021/06/19
    gitのcommitをpatchのスタックとして管理できるツールかな。git-stashを使いやすくしたような感じだろうか。
  • 1