Answers for "git change branch origin develop"

12

git replace local branch with remote

git reset --hard origin/master
Posted by: Guest on November-22-2019
0

git change branch remote

git branch branch_name --set-upstream-to your_new_remote/branch_name
Posted by: Guest on April-22-2022

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language