Replies: 2 comments 4 replies
-
At the time I started this project, my aim was to have a lightweight tool on top of Git that closely resembled Quilt (patch management; at the time there wasn’t even a git send-email). These days Git grew lots of features that help manage patch series (e.g. git rebase) but StGit tends to be more convenient. The big feature that’s missing in Git (for my workflow) is the ability to remove patches from a series while still keeping them around to be re-added later. If you only commit changes and don’t need to rebase, reorder, rewrite commits, Git is fine. Even if you need all of these, Git is probably still sufficient. It’s only that StGit may make such workflows easier. |
Beta Was this translation helpful? Give feedback.
-
I've been trying to figure out how to do exactly that. What does removing a patch from a series to save for latter look like? |
Beta Was this translation helpful? Give feedback.
-
Hi all,
I am trying to understand Stgit. After read the tutorial, I learned the workflow, the commands. But I still don't quite understand why you came up with this idea. Compared to git, what benefit that Sgit brings to users, what problems that only Stgit can resolve, or Stgit can resolve better? Appreciate if anybody can show me some examples. Thank you in advance!
Beta Was this translation helpful? Give feedback.
All reactions