diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-29 03:50:18 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2008-10-29 03:50:18 +0100 |
commit | 0cfdb493f045e7c533328617427a7416783c28b5 (patch) | |
tree | cc9a1a43343cef6550357eab1e25a1923dae627b /gitconfig | |
parent | 4e4fb8d5d790d2cc6eabab95aaea4b81225ca164 (diff) | |
download | dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.gz dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.tar.xz dotfiles-0cfdb493f045e7c533328617427a7416783c28b5.zip |
added bashrc configdir
added git config
Diffstat (limited to '')
-rw-r--r-- | gitconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..f86779d --- /dev/null +++ b/gitconfig @@ -0,0 +1,8 @@ +[user] + name = Alexander Sulfrian + email = alexander@sulfrian.net + +[color] + diff = auto + status = auto + branch = auto |