A bin folder, holding helpfull scripts and commands
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
123456789 |
- #!/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
- git config --global pull.rebase false
|