Joined October 2011
·
Achievements
49 Karma
0 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Raven
Have at least one original repo where some form of shell script is the dominant language
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Velociraptor
Have at least one original repo where Perl is the dominant language
Charity
Fork and commit to someone's open source project in need
This is odd. I am getting:
git diff --name-only | uniq | xargs subl
xargs: subl: No such file or directory
but then when I do which subl, it says:
subl: aliased to '/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl'
Any help is appreciated.