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, 0 insertions, 14 deletions
diff --git a/.gitconfig b/.gitconfig deleted file mode 100644 index 65d0e58..0000000 --- a/.gitconfig +++ /dev/null @@ -1,14 +0,0 @@ -[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 -[difftool] - prompt = false -[color] - ui = true |