A bin folder, holding helpfull scripts and commands
Du kannst nicht mehr als 25 Themen auswählen Themen müssen mit entweder einem Buchstaben oder einer Ziffer beginnen. Sie können Bindestriche („-“) enthalten und bis zu 35 Zeichen lang sein.

123456789
  1. #!/bin/sh
  2. #
  3. git config --global user.name "Dirk Alders"
  4. git config --global user.email dirk@mount-mockery.de
  5. #
  6. git config --global diff.tool meld
  7. git config --global merge.tool meld
  8. git config --global --add difftool.prompt false
  9. git config --global pull.rebase false