diff options
author | Blubber <f2005278@mvrht.com> | 2016-09-20 23:02:49 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-09-20 23:03:27 +0200 |
commit | 040015555f983c619f982674214b0bc202b7954a (patch) | |
tree | ca746beadfc13df2c5a98b9815c0f042a1f9e7b1 /.gitconfig | |
parent | ce2e0ef925bb952da44748cf2c3bbc4da82a278c (diff) | |
download | dotfiles-040015555f983c619f982674214b0bc202b7954a.tar.gz dotfiles-040015555f983c619f982674214b0bc202b7954a.zip |
refactoring
Diffstat (limited to '.gitconfig')
-rw-r--r-- | .gitconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..3faff9c --- /dev/null +++ b/.gitconfig @@ -0,0 +1,10 @@ +[alias] + lol = log --graph --decorate --pretty=oneline --abbrev-commit --all + d = difftool +[user] + email = stoelp@eit.uni-kl.de + name = johannst +[core] + editor = vim +[diff] + tool = vimdiff |