Skip to content

Instantly share code, notes, and snippets.

@luckymancvp
Created May 29, 2013 02:30
Show Gist options
  • Select an option

  • Save luckymancvp/5667596 to your computer and use it in GitHub Desktop.

Select an option

Save luckymancvp/5667596 to your computer and use it in GitHub Desktop.
gitconfig file
[alias]
co = checkout
br = branch
ci = commit
st = status
[color]
diff = auto
status = auto
branch = auto
[format]
pretty = "Commit: %C(yellow)%H%nAuthor: %C(green)%aN <%aE>%nDate: (%C(red)%ar%Creset) %ai%nSubject: %s%n%n%b"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment