"Pull while keeping your changes intact"
git pull -s recursive -X ours
"Reset the working tree to the last commit"
git reset --hard HEAD
"Pull while keeping your changes intact"
git pull -s recursive -X ours
"Reset the working tree to the last commit"
git reset --hard HEAD