summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFélix Sipma <gueux@gueux.org>2014-10-29 18:27:57 +0100
committerFélix Sipma <gueux@gueux.org>2014-10-29 18:27:57 +0100
commit255f8ad5c17d78a5b70ac9ebc1dc833838986428 (patch)
tree26541c7207a88007e928f47618a2293d98b34ec4
parent69dfcaa6ea70ddf658b274134035834ec101ec73 (diff)
git
-rw-r--r--.config/git/config18
1 files changed, 18 insertions, 0 deletions
diff --git a/.config/git/config b/.config/git/config
new file mode 100644
index 0000000..f21e881
--- /dev/null
+++ b/.config/git/config
@@ -0,0 +1,18 @@
+[user]
+ name = Félix Sipma
+ email = gueux@gueux.org
+ signingkey = 5857883E277DB3CC
+
+[alias]
+ co = checkout
+ ci = commit
+ st = status
+ br = branch
+ hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
+ type = cat-file -t
+ dump = cat-file -p
+[core]
+ quotepath = off
+ pager = cat
+[push]
+ default = current