Skip to content

Instantly share code, notes, and snippets.

@zabacad
Created July 16, 2018 20:56
Show Gist options
  • Save zabacad/042803771857951e28e2b65cd7b60575 to your computer and use it in GitHub Desktop.
Save zabacad/042803771857951e28e2b65cd7b60575 to your computer and use it in GitHub Desktop.
# This is Git's per-user configuration file.
[core]
excludesfile = ~/.gitignore.global
[user]
name = Ian Shearin
email = zabacad@gmail.com
[color]
ui = auto
[merge]
stat = true
ff = only
[alias]
bav = branch --all --verbose --verbose
br = branch
cane = commit --amend --no-edit
cm = commit
co = checkout
dif = diff
fp = fetch --prune
fprune = fetch --prune
gerp = grep
lgo = log
pul = pull
q = pull-request --no-edit --copy
q-pci = pull-request --no-edit --copy --labels=needs-pci-approval --assign=mwalker-womply
shove = push --force
shovel = push --force
st = status
up = push --set-upstream origin HEAD
[grep]
lineNumber = true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment