|
|
|
|
|
by misternugget
2849 days ago
|
|
> I'm working on a tool which abstracts away git rebase This is 99% of what I need! In the best case it's just files/folders I can edit manually or with the help of a CLI. > The tool is still in very early development, but here's a quick tutorial to get a better idea of how it works: https://github.com/snaptoken/leg/blob/master/TUTORIAL.md Now, if those diffs are rendered nicely and the splitting up of a step into multiples (or: explain separate parts of one step) works, I think that really is 99% of what I need. The 1% being the grouping of steps into a chapter and some other small things probably |
|