Skip to content

Instantly share code, notes, and snippets.

@splanquart
Created November 14, 2011 18:06
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save splanquart/1364632 to your computer and use it in GitHub Desktop.
Save splanquart/1364632 to your computer and use it in GitHub Desktop.
my git config on Mac OSX
[user]
name = Stéphane Planquart
email = stephane@planquart.com
[color]
branch = auto
diff = auto
interactive = auto
status = auto
[alias]
st = status
ci = commit
co = checkout
br = branch
[core]
editor = vim
sudo port install git-core +bash_completion
cp /opt/local/etc/bash_completion.d/git ~/.git-bash-completion.sh
echo "[ -f ~/.git-bash-completion.sh ] && . ~/.git-bash-completion.sh" >> ~/.bash_profile
. ~/.bash_profile
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment