Skip to content

Instantly share code, notes, and snippets.

@ruidlopes
Created January 5, 2011 22:23
Show Gist options
  • Save ruidlopes/767143 to your computer and use it in GitHub Desktop.
Save ruidlopes/767143 to your computer and use it in GitHub Desktop.
you know you want to put this on your .bash_profile (OSX)
function hack() {
mkdir -p $1
cd $1
git init
mate .
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment