Joined October 2012
·

Wim Norder

Europe
·
·

Posted to A quicker Mkdir over 1 year ago

Great tip! Thanx =)
What about combining solutions @xtagon & @shrayas:

function mkgit() {
mkdir $1 && cd $1 && git init
}

Thank you!

Achievements
28 Karma
0 Total ProTip Views