我想在git中运行commit命令后执行脚本。
git
5ssjco0h1#
现在,我已经得到了答案,使用在事件之前或之后执行的Git钩子,例如:提交、推送和接收。http://githooks.com/
cbeh67ev2#
您可以使用Aurora执行以下操作:
安装Aurora
#download the binary wget https://github.com/mateusmoutinho/ProjectAurora/raw/main/outputs/binarys/Aurora #give binary permission of execution sudo chmod +x Aurora #move the Binary to usr/bin sudo mv Aurora /usr/bin/Aurora
than call:如果您在当前存储库中:
Aurora --comands '<your comand>'
如果没有:
Aurora --repository <your repository> --comands '<your comand>'
2条答案
按热度按时间5ssjco0h1#
现在,我已经得到了答案,使用在事件之前或之后执行的Git钩子,例如:提交、推送和接收。http://githooks.com/
cbeh67ev2#
您可以使用Aurora执行以下操作:
第一个:
安装Aurora
than call:如果您在当前存储库中:
如果没有: