Live data from Hacker News

Viewing profile — xavhan

xavhan

HN member
Joined
Thu, Apr 07, 2016, 8:07 AM UTC
HN karma
5
Public activity
4 items

About xavhan

No profile information was provided.

Recent public activity

  1. 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…

  2. comment
    Comment #29923245

    it remind me of Super Hexagon :D You could change the dot rotation direction on each success ...

  3. 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…

  4. 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 :)