I have given the branch name as below while creating the new branch:
git checkout -b "working_with_controllers(APIs_Logic)"
At them time of creation it didn’t throw an error stating
this is the wrong format
But when trying to switch or rename a branch using command
git branch -m working_with_controllers(APIs_Logic) new-branch working_with_controllers
Showing the error
bash: syntax error near unexpected token `('
Can any one help me with the solution please