Reset your git project to last working commit and pull updated code for that branch.
Here master branch is used for example.
git reset --hard origin/master
git pull origin master
Theres Light At The End Of Every Tunnel, Keep Moving
Reset your git project to last working commit and pull updated code for that branch.
Here master branch is used for example.
git reset --hard origin/master
git pull origin master