Initial checkin

This commit is contained in:
2015-08-21 02:14:05 -07:00
commit d7ebb8e0d2
15 changed files with 395 additions and 0 deletions

10
gitconfig Normal file
View File

@@ -0,0 +1,10 @@
[user]
name = Tim McCarthy
email = thoomfish@gmail.com
[color]
ui = true
[alias]
amend = commit --amend -C HEAD
lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit
[push]
default = simple