Answers for "github.com local branch equal to remote"

0

github.com local branch equal to remote

// Setting your branch to exactly match the remote branch can be done in two steps:
git fetch origin
git reset --hard origin/master
Posted by: Guest on June-15-2021

Code answers related to "github.com local branch equal to remote"

Browse Popular Code Answers by Language