Answers for "push local changes to remote branch git"

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 "push local changes to remote branch git"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language