I am getting zsh: number expected
whenever I`m running the following command:-
Command - git push --set-upstream origin branch_name
I`m using Oh My Zsh as my terminal in MacBook Pro with M1 chip.
I even tried another command like git push -u origin my_branch
, but this also not working giving out the same error message zsh: number expected
More on use of --set-upstream here & why do we need to do it all the time is here.