Created
May 1, 2014 14:22
-
-
Save igniteflow/e4f22b6bc888d64fe299 to your computer and use it in GitHub Desktop.
gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [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