8 underrated git commands every programmer should know (not the usual pull, push, add, commit)
I will be adding more useful git tips, if you find this helpful I suggest bookmarking this page. 🔖
1. Rename a local branch
useful when you mess up the branch name with some typos.
// Note: no need to include < >, separate words with -
git branch -...
milindsoorya.hashnode.dev2 min read