Answers for "update change with remote branch"

12

git replace local branch with remote

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

git replace with origin branch

git reset --hard origin/<branch-name>
Posted by: Guest on October-01-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language