Hacker News new | ask | show | jobs
by scrummyin 2663 days ago
My favorite parallels command `$ find ~/Source/folder -name .git | parallel "cd {}/.. ; git pull ; git checkout -b new_branch" `