Skip to content

Instantly share code, notes, and snippets.

View kokoal's full-sized avatar

Alan RIDARD kokoal

View GitHub Profile
@kokoal
kokoal / gitconfig.ini
Last active July 24, 2023 15:40 — forked from tdd/gitconfig.ini
Nice, useful global Git configuration
# Put this in your ~/.gitconfig or ~/.config/git/config
# Windows users: "~" is your profile's home directory, e.g. C:\Users\<YourName>
[user]
name = MY NAME
email = my@email.fr
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
# List available aliases