RUN_ME_FIRST 218 B

12345678
  1. #!/bin/bash
  2. curl -Lo .git/hooks/commit-msg http://review.gerrithub.io/tools/hooks/commit-msg
  3. chmod u+x .git/hooks/commit-msg
  4. git config remote.origin.push HEAD:refs/for/master
  5. git submodule init
  6. git submodule update