Skip to content

Instantly share code, notes, and snippets.

@kingscott
Last active July 29, 2024 14:08
Show Gist options
  • Select an option

  • Save kingscott/9b19a01aaa3630c45f1dbf1281e14b8c to your computer and use it in GitHub Desktop.

Select an option

Save kingscott/9b19a01aaa3630c45f1dbf1281e14b8c to your computer and use it in GitHub Desktop.
[user]
email = [email protected]
name = Scott King
signingKey = 3E75A1063C31D6AE
signByDefault = true
[alias]
cleanup = !git branch --merged | grep -v '\\*\\|master\\|develop' | xargs -n 1 -r git branch -d
prettylog = log --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(r) %C(bold blue)<%an>%Creset' --abbrev-commit --date=relative
root = rev-parse --show-toplevel
ci = commit
ch = checkout
df = diff
rb = rebase
st = status
pl = prettylog
[core]
editor = nvim
excludesfile = /Users/kingscott/.gitignore_global
[commit]
gpgsign = true
[color]
ui = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment