Joined November 2012
·
Achievements
130 Karma
1,276 Total ProTip Views
Kona
Have at least one original repo where CoffeeScript is the dominant language
Platypus
Have at least one original repo where scala is the dominant language
Altruist
Increase developer well-being by sharing at least 20 open source projects
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
Raven
Have at least one original repo where some form of shell script is the dominant language
Mongoose 3
Have at least three original repos where Ruby is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Mongoose
Have at least one original repo where Ruby is the dominant language
Lab
Have at least one original repo where C# is the dominant language
@dideler the double quotes should be escaped. They're automatically escaped if use single quotes on the outside and double quotes inside. as in
$ git config --global alias.today '!git log --since=midnight --author="$(git config user.name)" --oneline'