mirror of
https://github.com/aimingmed/aimingmed-ai.git
synced 2026-01-19 21:37:31 +08:00
861 B
861 B
Important note:
No data or output should be uploaded to this repo. Please make use of .gitignore template in the root directory if you have folder/directory containing dataset. The content in folder/directory currently being ignored from git push are data/ and output/, recursively.
Configure Hooks
If this is the first time you are using Repo with this Template you have to setup the Git Hooks dir.
To set up the hooks dir globally run git config --global core.hooksPath ./.hooks/
To set up the hooks for only this Repo run git config core.hooksPath ./.hooks/