acquire knowledge and impart it to the people
git reset --hard HEADor git reset --hard origin/<branch name>
git reset --hard HEAD
or
git reset --hard origin/<branch name>
After that take a pull using git pull command to pull all new commits.
No comments:
Post a Comment