Viewing profile — xavhan
xavhan
HN member- Joined
- Thu, Apr 07, 2016, 8:07 AM UTC
- HN karma
- 5
- Public activity
- 4 items
- HN profile
- View on Hacker News ↗
About xavhan
No profile information was provided.
Recent public activity
-
comment
Comment #37572734
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…
-
comment
Comment #29923245
it remind me of Super Hexagon :D You could change the dot rotation direction on each success ...
-
comment
Comment #11533053
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…
-
comment
Comment #11445560
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 :)