Comment by glouwbug 11 hours ago I’ve always wanted a git with five commands, and maybe with AST based diffing 7 comments glouwbug Reply simcop2387 11 hours ago The five command part isn't really possible but you can use custom diffs for merges, git diff, etc. pretty easily. There are projects like diffsitter ( https://news.ycombinator.com/item?id=42093756 gritzko 8 hours ago Five is enough. Beagle uses five HTTP verbs: GET, POST, PUT, DELETE, PATCH. And it is syntax-aware.https://replicated.wiki/blog/uris.html frollogaston 10 hours ago clone, pull, push, branch, merge, add, commit are the ones I use, but that's 7 xboxnolifes 7 hours ago checkout, log, config? 1 reply → pushcx 10 hours ago I had wanted the same thing for a long time and jj + difftastic has satisfied me.
simcop2387 11 hours ago The five command part isn't really possible but you can use custom diffs for merges, git diff, etc. pretty easily. There are projects like diffsitter ( https://news.ycombinator.com/item?id=42093756 gritzko 8 hours ago Five is enough. Beagle uses five HTTP verbs: GET, POST, PUT, DELETE, PATCH. And it is syntax-aware.https://replicated.wiki/blog/uris.html frollogaston 10 hours ago clone, pull, push, branch, merge, add, commit are the ones I use, but that's 7 xboxnolifes 7 hours ago checkout, log, config? 1 reply →
gritzko 8 hours ago Five is enough. Beagle uses five HTTP verbs: GET, POST, PUT, DELETE, PATCH. And it is syntax-aware.https://replicated.wiki/blog/uris.html
frollogaston 10 hours ago clone, pull, push, branch, merge, add, commit are the ones I use, but that's 7 xboxnolifes 7 hours ago checkout, log, config? 1 reply →
pushcx 10 hours ago I had wanted the same thing for a long time and jj + difftastic has satisfied me.
The five command part isn't really possible but you can use custom diffs for merges, git diff, etc. pretty easily. There are projects like diffsitter ( https://news.ycombinator.com/item?id=42093756
Five is enough. Beagle uses five HTTP verbs: GET, POST, PUT, DELETE, PATCH. And it is syntax-aware.
https://replicated.wiki/blog/uris.html
clone, pull, push, branch, merge, add, commit are the ones I use, but that's 7
checkout, log, config?
1 reply →
I had wanted the same thing for a long time and jj + difftastic has satisfied me.