Skip to content

Instantly share code, notes, and snippets.

View TehShrike's full-sized avatar
Shiny.

Josh Duff TehShrike

Shiny.
View GitHub Profile
@TehShrike
TehShrike / .gitconfig
Created July 7, 2016 15:36 — forked from saibotsivad/.gitconfig
Mac .profile settings for bash
[color]
sh = auto
ui = auto
pager = true
[user]
name = User Name
email = email@domain.com
[alias]
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[core]