Answers for "What commands would you use to force an overwrite of your local files with the master branch?"

0

What commands would you use to force an overwrite of your local files with the master branch?

git fetch --all 
git reset --hard <remote>/<branch_name>
Posted by: Guest on September-06-2021

Code answers related to "What commands would you use to force an overwrite of your local files with the master branch?"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language