Answers for "push commit from local renamed branch to update rename branch"

0

rename branch name brfore push

git branch -m "old" "new"
Posted by: Guest on February-17-2022
0

git rename working branch

git branch -m <new name>
Posted by: Guest on July-09-2021

Code answers related to "push commit from local renamed branch to update rename branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language