Viewing profile — scrummyin
scrummyin
HN member- Joined
- Mon, Jan 28, 2019, 2:20 PM UTC
- HN karma
- 3
- Public activity
- 1 items
- HN profile
- View on Hacker News ↗
About scrummyin
No profile information was provided.
Recent public activity
-
comment
Comment #19330714
My favorite parallels command `$ find ~/Source/folder -name .git | parallel "cd {}/.. ; git pull ; git checkout -b new_branch" `