diff options
author | Stefan Ritter <xeno@thehappy.de> | 2009-10-15 11:29:47 +0200 |
---|---|---|
committer | Stefan Ritter <xeno@thehappy.de> | 2009-10-15 11:29:47 +0200 |
commit | 6ef43740446a1e9199b515f5fa3b5f1dff3795d1 (patch) | |
tree | aecf64a249d23c8e2453b6729673261cdf58f409 /gitconfig | |
parent | f988005066b8dd01ecd1b618859cc96c5f66ec9f (diff) |
Added gitconfig
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..452b561 --- /dev/null +++ b/gitconfig @@ -0,0 +1,8 @@ +[push] + default = current +[user] + name = Stefan Ritter + email = xeno@thehappy.de + signingkey = 70557E3F +[colors] + ui = auto |