Skip to content

Instantly share code, notes, and snippets.

@miqui
Forked from tdd/gitconfig.ini
Created February 2, 2016 19:40
Show Gist options
  • Select an option

  • Save miqui/913999d28a0d3c3dc114 to your computer and use it in GitHub Desktop.

Select an option

Save miqui/913999d28a0d3c3dc114 to your computer and use it in GitHub Desktop.
Nice, useful global Git configuration
[user]
name = Ton Nom
email = ton@email.tld
[color]
diff = auto
status = auto
branch = auto
[alias]
st = status
ci = commit
co = checkout
fp = format-patch
lg = log --graph --pretty=tformat:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%an %cr)%Creset' --abbrev-commit --date=relative
[core]
pager = cat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment