How to rename git branch?
Made a small mistake while naming your git branch, don't panic this blog post will go through all the possibilities for renaming the git branch on local and remote. Git branch can be renamed with a simple command "git branch -m ", this will rename y...
Jan 30, 20223 min read94
