pre-commit 823 B

12345678910111213141516171819
  1. #!/bin/sh
  2. mkdir -p third-party/github.com.SongZihuan.BackendServerTemplate/
  3. cp LICENSE third-party/github.com.SongZihuan.BackendServerTemplate/LICENSE
  4. cp REPORT third-party/github.com.SongZihuan.BackendServerTemplate/REPORT
  5. cp CHANGELOG.md third-party/github.com.SongZihuan.BackendServerTemplate/CHANGELOG.md
  6. cp CHANGELOG_SPECIFICATION.md third-party/github.com.SongZihuan.BackendServerTemplate/CHANGELOG_SPECIFICATION.md
  7. cp .git/hooks/pre-commit dev-git-hooks/pre-commit
  8. git add third-party/github.com.SongZihuan.BackendServerTemplate/LICENSE
  9. git add third-party/github.com.SongZihuan.BackendServerTemplate/REPORT
  10. git add third-party/github.com.SongZihuan.BackendServerTemplate/CHANGELOG.md
  11. git add third-party/github.com.SongZihuan.BackendServerTemplate/CHANGELOG_SPECIFICATION.md
  12. git add dev-git-hooks/pre-commit