Skip to content

Instantly share code, notes, and snippets.

@marceloandrader
Created October 13, 2011 18:12
Show Gist options
  • Save marceloandrader/1284988 to your computer and use it in GitHub Desktop.
Save marceloandrader/1284988 to your computer and use it in GitHub Desktop.
misc trips & tricks
[user]
name = Marcelo Andrade
email = [email protected]
[core]
editor = mate -w
[alias]
com = commit
co = checkout
st = status
br = branch
a = add
# this is used to avoid commit local permissions on the files to the repo
git config core.filemode false
# install vim with ruby support
brew install https://raw.github.com/adamv/homebrew-alt/master/duplicates/vim.rb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment