- Local-Only Excludes with .git/info/exclude· 4 min read
Use .git/info/exclude for personal per-repo files instead of committing noisy local rules to .gitignore.
- 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.