A bin folder, holding helpfull scripts and commands
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

gitconfig 229B

12345678
  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