Joined May 2011
·
Achievements
58 Karma
807 Total ProTip Views

Python 3
Have at least three original repos where Python is the dominant language

Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos

Python
Would you expect anything less? Have at least one original repo where Python 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
I typo my status alias "git st" as "gits t" enough that this is in my .bashrc now:
gits() { if [[ $@ == "t" ]]; then command git st | more; fi; }