Joined December 2012
·
Posted to
Create new github repo from command line
over 1 year
ago
Great point tchaudhri, thanks!
Posted to
Create new github repo from command line
over 1 year
ago
Good to know! Thanks hauleth!
Posted to
Sublime Text 2 - End and Begin of Line in Mac OS
over 1 year
ago
Now needs "move_to" instead of "moveto"
My shortcuts:
{
"keys": ["super+shift+h"],
"command": "moveto",
"args": {
"to": "bol"
}
},
{
"keys": ["super+shift+l"],
"command": "moveto",
"args": {
"to": "eol"
}
},
Achievements
422 Karma
75,448 Total ProTip Views

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

Cub
Have at least one original jQuery or Prototype open source repo

Honey Badger
Have at least one original Node.js-specific repo

Nephila Komaci
Have at least one original repos where PHP is the dominant language

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

Kona
Have at least one original repo where CoffeeScript 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
Great point tchaudhri, thanks!