A bin folder, holding helpfull scripts and commands
Vous ne pouvez pas sélectionner plus de 25 sujets
Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
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
|