Skip to content

Instantly share code, notes, and snippets.

View hackhit's full-sized avatar
😎
Dev

Miguel Hernandez hackhit

😎
Dev
View GitHub Profile
@hackhit
hackhit / .gitconfig
Last active July 21, 2021 04:23 — forked from rab/.gitconfig
A good starting point for ~/.gitconfig
# -*- Conf -*-
[color]
branch = auto
diff = auto
status = auto
showbranch = auto
ui = true
# color.branch
# A boolean to enable/disable color in the output of git-branch(1). May be set to always, false (or
@hackhit
hackhit / gitconfig.ini
Last active July 21, 2021 04:21 — 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 = Miguel Hernandez
email = inversioneshck@gmail.com
[color]
# Enable colors in color-supporting terminals
ui = auto
[alias]
# List available aliases