Skip to navigation

Thu Apr 3rd

Standard git config on OSX

git config --global user.name "Name"
git config --global user.email "email"
git config --global color.status auto
git config --global color.diff auto git config --global color.diff auto
git config --global color.branch auto
git config --global merge.tool opendiff
git config --global core.excludesfile ~/.gitignore
echo ".DS_Store" >> ~/.gitignore
cat > ~/.gitk <<EOF
set mainfont {Monaco 10}
set textfont {Monaco 10}
set uifont {Monaco 10}
EOF
Thanks to Antonin
Page 1 of 1

Tumble

toolmantim

I'm Tim Lucas, a web app designer and developer currently in Sydney Australia.

I run a web application design and development company Agency Rainford, present on various technical topics, snap the occasional photo, tweet my going-ons, share teh codes and post other tid-bits to the tumble.

Shoot an email to and say hello.

Powered by tumblr.com