diff options
author | Félix Sipma <gueux@gueux.org> | 2014-10-29 18:27:57 +0100 |
---|---|---|
committer | Félix Sipma <gueux@gueux.org> | 2014-10-29 18:27:57 +0100 |
commit | 255f8ad5c17d78a5b70ac9ebc1dc833838986428 (patch) | |
tree | 26541c7207a88007e928f47618a2293d98b34ec4 | |
parent | 69dfcaa6ea70ddf658b274134035834ec101ec73 (diff) |
git
-rw-r--r-- | .config/git/config | 18 |
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 |