Skip to content

Instantly share code, notes, and snippets.

@niquola
Created March 22, 2010 19:16
Show Gist options
  • Save niquola/340419 to your computer and use it in GitHub Desktop.
Save niquola/340419 to your computer and use it in GitHub Desktop.
echo "*~" >> ~/.gitignore
echo "*.sw?" >> ~/.gitignore
git config --global core.excludesfile ~/.gitignore
git config --global alias.st status
git config --global alias.ci commit
git config --global alias.co checkout
git config --global alias.br branch
git config --global user.name "nicola"
git config --global user.email niquola@gmail.com
git config --global color.branch auto
git config --global color.diff auto
git config --global color.interactive auto
git config --global color.status auto
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment