Skip to content

Instantly share code, notes, and snippets.

View DonSYS91's full-sized avatar
๐Ÿ‘‹
I may be slow to respond.

Omar Khalil DonSYS91

๐Ÿ‘‹
I may be slow to respond.
View GitHub Profile
@tdd
tdd / gitconfig.ini
Last active February 5, 2025 14:57
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]
# List available aliases