-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create git hook install command #76
Comments
AdeAttwood
added a commit
that referenced
this issue
Apr 10, 2024
Summary: Create the `git-hook:install` command to install git hooks. This is the same as the last one. We have added some extra environment variables to the hooks to allow for future expansion. This will mainly give us the ability to prompt the user to update the hooks if they are out of date. Test Plan: Tests have been written, I have also tested this manually by running the command in a sapling and git repo. Ref: #76
AdeAttwood
added a commit
that referenced
this issue
Apr 14, 2024
Summary: Create the `git-hook:install` command to install git hooks. This is the same as the last one. We have added some extra environment variables to the hooks to allow for future expansion. This will mainly give us the ability to prompt the user to update the hooks if they are out of date. Test Plan: Tests have been written, I have also tested this manually by running the command in a sapling and git repo. Ref: #76
AdeAttwood
added a commit
that referenced
this issue
Apr 14, 2024
Summary: Create the `git-hook:install` command to install git hooks. This is the same as the last one. We have added some extra environment variables to the hooks to allow for future expansion. This will mainly give us the ability to prompt the user to update the hooks if they are out of date. Test Plan: Tests have been written, I have also tested this manually by running the command in a sapling and git repo. Ref: #76
GeorgeCadwallader
pushed a commit
that referenced
this issue
May 27, 2024
Summary: Create the `git-hook:install` command to install git hooks. This is the same as the last one. We have added some extra environment variables to the hooks to allow for future expansion. This will mainly give us the ability to prompt the user to update the hooks if they are out of date. Test Plan: Tests have been written, I have also tested this manually by running the command in a sapling and git repo. Ref: #76
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
We want to be able to install git hooks with our new CLI as we did with V1.
Links / References
The text was updated successfully, but these errors were encountered: