Skip to content

Instantly share code, notes, and snippets.

View codeofnode's full-sized avatar

Ramesh Kumar codeofnode

View GitHub Profile
@codeofnode
codeofnode / gitconfig.ini
Last active August 1, 2019 04:15 — 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 = Ramesh Kumar
email = [email protected]
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
# List available aliases