diff options
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index f686288..0000000 --- a/.gitconfig +++ /dev/null @@ -1,19 +0,0 @@ -[user] - email = mattst88@gmail.com - name = Matt Turner - signingkey = 0xED2ED19F85B3682C -[color] - ui = auto -[rebase] - autosquash = true -[core] - excludesfile = /home/mattst88/.global_ignore -[diff] - renames = true -[push] - default = simple -[alias] - fixes = show -s --pretty='format:Fixes: %h (\"%s\")' - co = checkout - shwo = show - grpe = grep |