- Local-Only Excludes dengan .git/info/exclude· 4 menit baca
Gunakan .git/info/exclude untuk file personal per-repo, bukan menambahkan rule lokal yang berisik ke .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.