Created
January 16, 2019 11:37
-
-
Save chipcerio/7958c2e5ac31e9702a258ce1c7a7a539 to your computer and use it in GitHub Desktop.
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] | |
name = ${FIRST_NAME} ${LAST_NAME} | |
email = ${EMAIL} | |
[color] | |
ui = true | |
[alias] | |
co = checkout | |
br = branch | |
ci = commit | |
st = status | |
lol = log --graph --decorate --pretty=oneline --abbrev-commit --all | |
hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment