Skip to content

Instantly share code, notes, and snippets.

@Sebring
Created March 27, 2019 11:53
Show Gist options
  • Save Sebring/29cf53d7145213edcd545304444dadae to your computer and use it in GitHub Desktop.
Save Sebring/29cf53d7145213edcd545304444dadae to your computer and use it in GitHub Desktop.
gitconfig
[user]
email = sebring@xyz.xxx
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