diff options
author | Blubber <f2005278@mvrht.com> | 2016-10-16 23:01:17 +0200 |
---|---|---|
committer | Blubber <f2005278@mvrht.com> | 2016-10-16 23:01:17 +0200 |
commit | 7b0c5575fda9e2aebfdc3d24452375932ead2e78 (patch) | |
tree | 09bbab581e900848d44fd1118780783ec9403de8 /gitconfig | |
parent | 755da51710d761e0a053ebad2099423decf0e88a (diff) | |
download | dotfiles-7b0c5575fda9e2aebfdc3d24452375932ead2e78.tar.gz dotfiles-7b0c5575fda9e2aebfdc3d24452375932ead2e78.zip |
refactoring
Diffstat (limited to 'gitconfig')
-rw-r--r-- | gitconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gitconfig b/gitconfig new file mode 100644 index 0000000..08c45e1 --- /dev/null +++ b/gitconfig @@ -0,0 +1,14 @@ +[user] + email = stoelp@eit.uni-kl.de + name = johannst +[diff] + tool = vimdiff +[difftool] + prompt = false +[alias] + lol = log --graph --decorate --pretty=oneline --abbrev-commit --all + d = difftool +[core] + editor = vim +[color] + ui = true |