I created the following branch on my MAC machine: DevTasks/dev
Did some stuff and committed.
I had to rename the branch to devTasks/dev
. I am not able to do that.
When I run
git branch -m DevTasks/dev devTasks/dev
I received "a branch name devTasks/dev is already exists"
I also removed completely the branch DevTasks/dev
and created the new branch devTasks/dev
. This also did not help.
Is it possible to rename branch name to the same branch name with capital letters on a Mac?