Skip to content

Instantly share code, notes, and snippets.

@igniteflow
Created May 1, 2014 14:22
Show Gist options
  • Save igniteflow/e4f22b6bc888d64fe299 to your computer and use it in GitHub Desktop.
Save igniteflow/e4f22b6bc888d64fe299 to your computer and use it in GitHub Desktop.
gitconfig
[color]
ui = auto
[user]
name = Phil Tysoe
email = phil@***.com
[push]
default = simple
[alias]
lg = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
st = status
ci = commit
br = branch
co = checkout
df = diff
review = log --patch --no-merges --reverse master..
[init]
templatedir = ~/.git_template
[branch "master"]
mergeoptions = --no-commit --no-ff
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment