Skip to content

Instantly share code, notes, and snippets.

View krzysu's full-sized avatar

Kris krzysu

View GitHub Profile
@krzysu
krzysu / .gitconfig
Last active May 22, 2024 10:53
git aliases
[user]
name = NAME
email = EMAIL
[alias]
co = checkout
ci = commit
s = status
br = branch
pl = pull --rebase --autostash