diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..b7bfbca --- /dev/null +++ b/gitconfig @@ -0,0 +1,10 @@ +[user] + name = dbroqua + email = dbroqua@mousur.org +[gc] + autoDetach = false +[core] + autocrlf = input + +[alias] + tree = log --graph --decorate --pretty=raw --abbrev-commit