gpt4 book ai didi

ubuntu - Gitlab在组的所有存储库中同步文件夹 "hooks"

转载 作者:行者123 更新时间:2023-12-04 18:45:48 27 4
gpt4 key购买 nike

我在我的服务器上本地设置了 Gitlab。我注意到,当我向某个存储库中的“接收后”文件添加一些代码时,所有更改都适用于该组中的所有其他存储库。

如何阻止它?

最佳答案

检查“Custom Git hooks setup”:

Normally, Git hooks are placed in the repository or project's hooks directory. GitLab creates a symlink from each project's hooks directory to the gitlab-shell hooks directory for ease of maintenance between gitlab-shell upgrades.



这解释了为什么您的钩子(Hook)似乎被传播到该组的所有存储库。

Follow the steps below to set up a custom hook:

  • Pick a project that needs a custom Git hook.
  • On the GitLab server, navigate to the project's repository directory. For an installation from source the path is usually /home/git/repositories/<group>/<project>.git.
    For Omnibus installs the path is usually /var/opt/gitlab/git-data/repositories/<group>/<project>.git.
  • Create a new directory in this location called custom_hooks.
  • Inside the new custom_hooks directory, create a file with a name matching the hook type.
    For a pre-receive hook the file name should be pre-receive with no extension.
  • Make the hook file executable and make sure it's owned by git.
  • Write the code to make the Git hook function as expected

关于ubuntu - Gitlab在组的所有存储库中同步文件夹 "hooks",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42584670/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com