How to rename a local and remote branch in git?
Shit Happens!! There are times where you named a branch wrong or want to make it more meaningful. Doing it locally is quite simple.
Shit Happens!! There are times where you named a branch wrong or want to make it more meaningful. Doing it locally is quite simple.
Git branches are important part of you daily development process, but once you or your team are finished with a feature and have merged it into your remote’s master branch, you would want to delete that branch from local repo as well as your remote.