git config file

This commit is contained in:
Haak Saxberg 2014-05-30 05:53:51 +00:00
parent b6fa9b2536
commit dbd7f1e8e3

10
git-files/gitconfig Normal file
View file

@ -0,0 +1,10 @@
[user]
name = Haak Saxberg
email = haak.erling@gmail.com
[color]
ui = auto
[alias]
aa = add --all
dc = diff --cached
ff = merge --ff-only
fa = fetch --all