- Setting NPM Version Without 'v' Prefix· 5 min read
Set npm version tags without the default v prefix using one config line, with notes for CI and release flow.
- Changing the Base Branch for Merging in Git· 6 min read
Change a feature branch base cleanly with git rebase --onto, plus safe checks to avoid losing work.