System Grab Bag

View all TLDR pages from common (or from all pages)

pre-commit

Create Git hooks that get run before a commit. More information: https://pre-commit.com.
  • Install pre-commit into your Git hooks:
    pre-commit install
  • Run pre-commit hooks on all staged files:
    pre-commit run
  • Run pre-commit hooks on all files, staged or unstaged:
    pre-commit run --all-files
  • Clean pre-commit cache:
    pre-commit clean

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.