git-tools
git-tools copied to clipboard
Useful set of tools which helps to manage git tags
- [ ] Print error when tag references to the not `primary` branch - [ ] Allow to ignore this behaviour by providing a flag
It often requires when company going from personal emails to centralized corporate emails. - [ ] Replace all authors in all branches to concrete one email+name - [ ] Replace...
- [ ] Separate command the returns the unique authors - [ ] Option to count commits - [ ] Option to scan specific branch or commit-diff like `COMMIT_HASH1..COMMIT_HASH2`
- [x] Install git-tools as hook command - [x] Backup exists hooks - [x] Add branch to commit message - [ ] Check that commits contains special [words](https://www.conventionalcommits.org/en/v1.0.0/) like `feat`...