Live data from Hacker News

Viewing profile — fabianriosarias

fabianriosarias

HN member
Joined
Tue, Jan 22, 2019, 1:17 PM UTC
HN karma
1
Public activity
1 items

About fabianriosarias

No profile information was provided.

Recent public activity

  1. comment
    Comment #18967995

    #simple and saves me a lot of time gpush(){ git add --all . && git commit -m $1 && git push origin $2 }