Live data from Hacker News

Viewing profile — scrummyin

scrummyin

HN member
Joined
Mon, Jan 28, 2019, 2:20 PM UTC
HN karma
3
Public activity
1 items

About scrummyin

No profile information was provided.

Recent public activity

  1. comment
    Comment #19330714

    My favorite parallels command `$ find ~/Source/folder -name .git | parallel "cd {}/.. ; git pull ; git checkout -b new_branch" `