Initial checkin
This commit is contained in:
10
gitconfig
Normal file
10
gitconfig
Normal 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
|
||||
Reference in New Issue
Block a user