Skip to content

Instantly share code, notes, and snippets.

@blackknight36
Created July 14, 2026 20:35
Show Gist options
  • Select an option

  • Save blackknight36/711dac18aecdaf2040342cac04de5275 to your computer and use it in GitHub Desktop.

Select an option

Save blackknight36/711dac18aecdaf2040342cac04de5275 to your computer and use it in GitHub Desktop.
[push]
default = current
[pull]
default = current
[user]
name = Michael Watters
email = michael.watters@getcruise.com
signingkey = 79C17A79D4C182BB68A935D9D98C35BBB92BE65B
[alias]
br = branch
ci = commit
co = checkout
dif = diff
dd = diff develop
dm = diff master
dp = diff production
st = status -u
last = log -1 HEAD
unstage = reset HEAD --
pof = push origin --force-with-lease
rba = rebase --abort
rbc = rebase --continue
rbd = rebase -i develop
rbi = rebase -i
rbm = rebase -i master
rbp = rebase -i production
rbs = rebase --skip
cod = checkout develop
com = checkout master
cop = checkout production
cp = cherry-pick --
cam = commit --amend
bp = big-picture
lb = for-each-ref --format='%(refname:short)' --sort=-authordate --count=8 refs/heads/
sed = ! git grep -z --full-name -l '.' | xargs -0 gsed -i -r -e
grepall = branch -a | tr -d \\* | gsed '/->/d' | xargs git grep
bl = for-each-ref --sort=creatordate --format='%(creatordate:short) %(refname:short)' refs/heads/
[commit]
gpgsign = true
[gpg]
program = /usr/local/bin/gpg
[merge]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment