Skip to content

Instantly share code, notes, and snippets.

@chipcerio
Created January 16, 2019 11:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chipcerio/7958c2e5ac31e9702a258ce1c7a7a539 to your computer and use it in GitHub Desktop.
Save chipcerio/7958c2e5ac31e9702a258ce1c7a7a539 to your computer and use it in GitHub Desktop.
[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