Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@ender74
Created July 27, 2017 15:34
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 ender74/3f0674637b540172f0c0b1f1611fbca7 to your computer and use it in GitHub Desktop.
Save ender74/3f0674637b540172f0c0b1f1611fbca7 to your computer and use it in GitHub Desktop.
gitconfig snippets
[rerere]
enabled = true
[pull]
rebase = true
[alias]
co = checkout
br = branch
st = status
pp = rebase -i @{u}
ca = commit -a
[core]
editor = open -W
[log]
date = relative
[format]
pretty = format:%C(yellow)%h %Cblue%>(12)%ad %Cgreen%<(7)%aN%Cred%d %Creset%s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment