Created
March 27, 2019 11:53
-
-
Save Sebring/29cf53d7145213edcd545304444dadae 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
[user] | |
email = [email protected] | |
name = Sebring | |
[core] | |
editor = notepad | |
[alias] | |
l = log --color --graph --abbrev-commit --branches --pretty=format:'%C(red)%h%Creset -%C(yellow)%d%Creset %s %C(green)(%cr) %C(cyan)<%an>%Creset' | |
ll = log --name-status --abbrev-commit --pretty=format:'%C(red)%h%Creset %C(yellow)% d%Creset%C(green) (%cr)%C(cyan) <%an>%Creset%n%s' | |
s = status | |
d = diff | |
c = commit |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment