Joined October 2012
·
Posted to
Determine OS X version from the command line
over 1 year
ago
Thank you!
Achievements
28 Karma
0 Total ProTip Views
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
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Great tip! Thanx =)
What about combining solutions @xtagon & @shrayas:
function mkgit() {
mkdir $1 && cd $1 && git init
}