github-community-projects / private-mirrors

A GitHub App that allows you to contribute upstream using private mirrors of public projects
MIT License
125 stars 13 forks source link

fix: Disable Global Git Hooks in Simple Git #131

Closed riley-kohler closed 3 months ago

riley-kohler commented 3 months ago

Pull Request

Proposed Changes

Adds a config option to Simple Git which disables the running of global git hooks which may be triggered when running ICF locally. In some testing of the app, unrelated git hooks on my machine caused failures in the app which can be avoided using this flag.

Readiness Checklist

Author/Contributor

Reviewer