云盘
志元云盘
备份云盘
Home
/
志元云盘
/
Desktop
/
IoT_LINK_1.0.0
/
iot_link
/
network
/
dtls
/
mbedtls
/
mbedtls-2.16.2
/
tests
/
git-scripts
File
OriginalPic
Thumbnails
CopyAllDownloadUrl
EditTime
Size
pre-push.sh
2019-11-11 14:45:22
1.26 KB
README.md
2019-11-11 14:45:22
917 B
README for git hooks script =========================== git has a way to run scripts, which are invoked by specific git commands. The git hooks are located in `
/.git/hooks`, and as such are not under version control for more information, see the [git documentation](https://git-scm.com/docs/githooks). The mbed TLS git hooks are located in `
/tests/git-scripts` directory, and one must create a soft link from `
/.git/hooks` to `
/tesst/git-scripts`, in order to make the hook scripts successfully work. Example: Execute the following command to create a link on linux from the mbed TLS `.git/hooks` directory: `ln -s ../../tests/git-scripts/pre-push.sh pre-push` **Note: Currently the mbed TLS git hooks work only on a GNU platform. If using a non-GNU platform, don't enable these hooks!** These scripts can also be used independently.
2025-09-05 05:29:20 Friday 216.73.216.121 Runningtime:0.031s Mem:1.47 MB