bootstrap_development_environment.sh 278 B

12345678910
  1. #!/bin/bash
  2. # Set up 3 way PO file merging, which we need for non-mainline branches
  3. cp scripts/git-merge-po /usr/local/bin
  4. chmod +x /usr/local/bin/git-merge-po
  5. cat scripts/git-config-git-merge-po >> ../.git/config
  6. cat scripts/git-attributes-git-merge-po >> ../.gitattributes