Answers for "git push local changes to new remote branch"

2

git push local branch to remote repo

$ git checkout feature
$ git push -u origin feature
Posted by: Guest on February-28-2022

Code answers related to "git push local changes to new remote branch"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language