question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Use Git pre-commit hook?

See original GitHub issue

Requires a new dev dependencies:

This might help us and our contributors to:

  • not commit dist/ files
  • not commit unresolved conflicts,
  • etc.

This might help to reinforce our contributing guidelines. Only nice-to-have, though—but wanted to share and get some opinions 😃

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:4
  • Comments:10 (9 by maintainers)

github_iconTop GitHub Comments

1reaction
XhmikosRcommented, Nov 2, 2020

I don’t mind blocking the PR if it includes dist file modifications 😃 Ping me if you find an action and we’ll see about setting it up.

0reactions
mdocommented, Apr 8, 2022

Closing as stale.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Git Hooks - Git SCM
The pre-commit hook is run first, before you even type in a commit message. It's used to inspect the snapshot that's about to...
Read more >
pre-commit
Git hook scripts are useful for identifying simple issues before submission to code review. We run our hooks on every commit to automatically...
Read more >
Git Hooks | Learn how to use pre-commit hooks, post-commit ...
An introductory guide and resource for Git hooks. Learn how to use pre-commit hooks, post-commit hooks, post-receive hooks, and more.
Read more >
Git Hooks | Atlassian Git Tutorial
The pre-commit script is executed every time you run git commit before Git asks the developer for a commit message or generates a...
Read more >
How to use git pre-commit hooks, the hard way and the easy ...
What is special about the pre-commit hook? This hook runs when you run the command git commit . The hook runs before a...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found