/tags/pull
- Git: Overwrite with forced pull
There is no single command to do a forced pull from the remote. However, using git fetch --all and git reset --hard origin/<branch>, we can overwrite the changes to the tracked files, effective...
Seeker of knowledge, hacker of things. Lover of cats. Owner of unmatched enthusiasm.
www.hacksparrow.com
Copyright © 2021 Hage Yaapa
There is no single command to do a forced pull from the remote. However, using git fetch --all and git reset --hard origin/<branch>, we can overwrite the changes to the tracked files, effective...