Skip to content

Instantly share code, notes, and snippets.

View ibraah88's full-sized avatar
🎯
Focusing

ibraah ibraah88

🎯
Focusing
View GitHub Profile
@ibraah88
ibraah88 / gitconfig.ini
Created November 7, 2018 13:43 — 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 = your@email.tld
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
st = status