Skip to content

Instantly share code, notes, and snippets.

View rbirky1's full-sized avatar

u-boop rbirky1

View GitHub Profile
@rbirky1
rbirky1 / .gitconfig
Created October 5, 2019 19:14
.gitconfig
[user]
email = [email protected]
name = Rachael Birky
[alias]
st = status
co = checkout
br = branch
cm = commit -m
rb = rebase -i
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit