Git 1.4K views

How to Remove Deleted Branches from Git Tab Completion

Remove Deleted Branches from Git Tab Completion

You deleted a branch on GitHub or GitLab, but when you type git checkout and hit Tab, the … Read more

WSL & Windows 827 views

How to Switch Node.js Version in WSL Ubuntu

How to Switch Node.js Version in WSL Ubuntu

Different projects often need different Node.js versions. One project runs on Node 18, another needs Node 22. nvm … Read more