Skip to content

Instantly share code, notes, and snippets.

@romiguelangel
Last active December 19, 2015 12:39
Show Gist options
  • Save romiguelangel/5956500 to your computer and use it in GitHub Desktop.
Save romiguelangel/5956500 to your computer and use it in GitHub Desktop.
[user]
name = user
email = user@gmail.com
[color]
ui = true
[color "status"]
added = cyan
untracked = yellow
deleted = red
[alias]
co = checkout
ci = commit
st = status
br = branch
ls = log --pretty=format:\"%Cred%h%Creset %C(cyan)%ad%Creset%Cgreen%d%Creset %s %C(yellow)[%an]%Creset\" --date=short -20
lg = log --pretty=format:\"%Cred%h%Creset %C(cyan)%ad%Creset%Cgreen%d%Creset %s %C(yellow)[%an]%Creset\" --date=short -20 --graph
[core]
editor = vim
excludesfile = ~/.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment