|
|
|
|
|
by smcameron
917 days ago
|
|
Using something like stgit[1] makes it trivial to break changes into small commits, pushing and popping your way up and down a stack of commits. I don't know why it's not more popular, it makes anyone reading your commit history think you must be some sort of genius who almost never makes mistakes. 1. https://stacked-git.github.io/ |
|
Why it's not more popular because:
1. It's impossible to get anyone's attention to anything worthwhile anymore. The modern Internet is structured against it, and there is just too much going on in general.
2. People who are good with Git don't really need it; they can get their commit ducks lined up in a row with interactive rebase. That doesn't have a push/pop discipline, only "waves of push", but it's good enough.
Quilt is still worth knowing about and learning, by the way.