Skip to content

Instantly share code, notes, and snippets.

# Put this in your ~/.gitconfig or ~/.config/git/config
# Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName>
[user]
name = Ton Nom
email = ton@email.tld
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
st = status