Skip to content

Instantly share code, notes, and snippets.

View arnaud-lecat's full-sized avatar
🎯
Focusing

Arnaud Lecat arnaud-lecat

🎯
Focusing
View GitHub Profile
@arnaud-lecat
arnaud-lecat / gitconfig.ini
Created December 13, 2016 15:59 — 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 = Your Full Name
email = [email protected]
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
st = status