Settings

Theme

Stacked Git, is an application for managing Git commits as a stack of patches

stacked-git.github.io

4 points by rjzzleep 11 days ago · 2 comments

Reader

philipwhiuk 11 days ago

This seems like it's another attempt to 'simplify' working with Git by layering another model on top with a reduced command set.

Somewhat like how you could do everything with git objects and refs but branches and tags make it easier.

But I do worry that just how occasionally a regular Git users needs git reflog to fix a problem, that a StGit user will still have to fallback to Git and that as such, it's just another layer of onion.

  • rjzzleepOP 11 days ago

    That's kind of the point. Both mercurial and darcs had such a feature. I wasn't an avid Mercurial user, but I think it might have been mercurial queues.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection