标签: git githooks
在" pre-push"文件,我可以使用" read local_ref local_sha remote_ref remote_sha",但是我想根据具体的远程仓库做一些限制(是的,我的项目中有多个远程地址),那我该怎么做呢? 提前谢谢!
read local_ref local_sha remote_ref remote_sha
答案 0 :(得分:2)
远程名称和网址作为预推送的参数提供。
remote="$1 url="$2"
将提供您需要的信息