Skip to content

Instantly share code, notes, and snippets.

@hugomaiavieira
Created December 27, 2011 13:03
Show Gist options
  • Save hugomaiavieira/1523602 to your computer and use it in GitHub Desktop.
Save hugomaiavieira/1523602 to your computer and use it in GitHub Desktop.
My gitconfig
[color]
ui = auto
[alias]
br = branch
ci = commit
co = checkout
st = status
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
[diff]
external = /home/hugo/.config/git_meld_diff.py
[user]
name = Hugo Maia Vieira
email = hugomaiavieira@gmail.com
[core]
editor = vim
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment