Created
October 13, 2011 18:12
-
-
Save marceloandrader/1284988 to your computer and use it in GitHub Desktop.
misc trips & tricks
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Marcelo Andrade | |
email = [email protected] | |
[core] | |
editor = mate -w | |
[alias] | |
com = commit | |
co = checkout | |
st = status | |
br = branch | |
a = add |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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