Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 260 Bytes

File metadata and controls

14 lines (11 loc) · 260 Bytes

pre-commit-rebase

Always rebase your branches.

Usage

- repo: https://github.com/shakefu/pre-commit-rebase
  rev: v0.1.4
  hooks:
    - id: rebase
      # Optionally specify the default branch, instead of discovering it
      # args: [main]