bin/gitconfig

8 lines
229 B
Plaintext
Raw Normal View History

2020-01-26 17:28:29 +01:00
#!/bin/sh
#
git config --global user.name "Dirk Alders"
git config --global user.email dirk@mount-mockery.de
#
git config --global diff.tool meld
git config --global merge.tool meld
git config --global --add difftool.prompt false