projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
[emacs] fix post initialization TOC link on GitHub
[~bandali/configs]
/
git
/
.gitconfig
diff --git
a/git/.gitconfig
b/git/.gitconfig
index
fc7b5ee
..
158c670
100644
(file)
--- a/
git/.gitconfig
+++ b/
git/.gitconfig
@@
-1,8
+1,15
@@
[user]
email = amin@aminb.org
name = Amin Bandali
[user]
email = amin@aminb.org
name = Amin Bandali
- signingkey = 4E05246AB0BF7FFB
-[commit]
- gpgsign = true
-[format]
- signoff = true
+# signingkey = 4E05246AB0BF7FFB
+# [commit]
+# gpgsign = true
+# [format]
+# signoff = true
+
+[alias]
+ git = !exec git
+[core]
+ autocrlf = input
+[color]
+ ui = auto