aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Schneider <thosch97@gmail.com>2015-08-19 18:57:02 +0200
committerThomas Schneider <thosch97@gmail.com>2015-08-19 18:57:02 +0200
commit74379d0de561604f14f0026c86bd429837e46d1d (patch)
tree16b44a64fedccd9dd2e785b990c0701706e47b18
parent1beacf28a0ddb0af81be36a1d036c11d011e9c46 (diff)
Add .gitconfig
Finally … Signed-off-by: Thomas Schneider <thosch97@gmail.com>
-rw-r--r--dot.gitconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/dot.gitconfig b/dot.gitconfig
new file mode 100644
index 0000000..37c3b9f
--- /dev/null
+++ b/dot.gitconfig
@@ -0,0 +1,13 @@
+[include]
+ path = ~/.dotfiles/grml-etc-core/etc/skel/.gitconfig
+[user]
+ email = thosch97@gmail.com
+ name = Thomas Schneider
+ signingkey = 57A4FF2F
+[alias]
+ p = push
+ pl = pull
+ lol = log --oneline --graph --decorate --all
+ colorlog = log --date=relative --format=\"%Cblue%h%Creset %C(yellow)%an%Creset %Cgreen%ad%Creset%C(auto)%d%Creset %s\" --topo-order
+[push]
+ default = simple