Ive been using it since mote than a year and it has become part of my toolbelt. Especially the cli that allow to seemlessly rebase multiple branches at the same time. Powerful tool, and nice community
it remind me of Super Hexagon :D You could change the dot rotation direction on each success ...
love this one : git diff --name-only | uniq | xargs $EDITOR (opens all modified files) and this one to open files with conflicts git diff --name-only --diff-filter=U | uniq | xargs $EDITOR
I would be really interested too. For the moment when i want to develop some isolated component I use codepen but a more dedicated solution would be nice :)
Ive been using it since mote than a year and it has become part of my toolbelt. Especially the cli that allow to seemlessly rebase multiple branches at the same time. Powerful tool, and nice community
it remind me of Super Hexagon :D You could change the dot rotation direction on each success ...
love this one : git diff --name-only | uniq | xargs $EDITOR (opens all modified files) and this one to open files with conflicts git diff --name-only --diff-filter=U | uniq | xargs $EDITOR
I would be really interested too. For the moment when i want to develop some isolated component I use codepen but a more dedicated solution would be nice :)