Skip to content

Instantly share code, notes, and snippets.

View WattyRev's full-sized avatar

Spencer Watson WattyRev

View GitHub Profile
@WattyRev
WattyRev / .gitconfig
Last active August 23, 2022 20:33
Aliases for pushing branches to remote, and delete remove branches
[core]
editor = code --wait
[alias]
co = checkout
br = branch
ci = commit
st = status
me = merge
pul = pull
pus = push