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.
1 comment
[ 2.6 ms ] story [ 13.4 ms ] threadSomewhat 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.