Skip to content

Instantly share code, notes, and snippets.

View roland-d's full-sized avatar

Roland Dalmulder roland-d

View GitHub Profile
@phproberto
phproberto / .gitconfig
Last active February 4, 2022 15:23
My git config file
[color]
status = auto
diff = auto
branch = auto
interactive = auto
ui = true
[alias]
amend = !"git commit --amend -C HEAD"
st = status
ci = commit