Skip to content

Instantly share code, notes, and snippets.

@fernandoalmeida
Created January 11, 2012 02:59
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 fernandoalmeida/1592760 to your computer and use it in GitHub Desktop.
Save fernandoalmeida/1592760 to your computer and use it in GitHub Desktop.
Git Config
[user]
name = Fernando Almeida
email = fernando@fernandoalmeida.net
[color]
ui = auto
[core]
editor = vim
excludesfile = .gitignore-global
[alias]
br = branch
co = checkout
ci = commit
cim = commit -m
st = status
ll = log --oneline --graph --no-merges --pretty=format:\"%C(red)%h %C(green)%ar %Cblue%an%Creset %C(yellow)%s\"
*.*~
\#*\#
\.\#*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment