-
Notifications
You must be signed in to change notification settings - Fork 178
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
The example in coala as git pre-commit hook should not have $ sign #538
Comments
Mariatta
added a commit
that referenced
this issue
Feb 22, 2018
Remove the $ sign from the beginning of each line in the .git/hooks/pre-commit file example. Fixes #538
Yeah this is bad... |
Mariatta
added a commit
that referenced
this issue
Feb 23, 2018
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes #538
Mariatta
added a commit
that referenced
this issue
Feb 23, 2018
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes #538
Mariatta
added a commit
to Mariatta/documentation
that referenced
this issue
Feb 25, 2018
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes coala#538
Mariatta
added a commit
that referenced
this issue
Feb 26, 2018
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes #538
Naveenaidu
pushed a commit
to Naveenaidu/documentation
that referenced
this issue
Mar 4, 2018
Remove the `$` sign from the beginning of each line in the .git/hooks/pre-commit file example. The `$` sign was not needed. Closes coala#538
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
In http://docs.coala.io/en/latest/Users/coala_as_Git_Hook.html#pre-commit-hooks, the example file:
The $ in front of each lines should be removed.
The text was updated successfully, but these errors were encountered: