Renaming Branch
Learn about Renaming Branch in Git
Renaming Branch
Renaming a branch in Git means changing the name of a branch to something different while preserving its history and the commits it contains. The branch itself remains the same in terms of the code and history it tracks, but the reference (the name by which you refer to it) is updated
Free Resources
- @official@Renaming a Branch - GitHub Docs
- @article@Git Rename Branch – How to Change a Local Branch Name