How To Accept Current Changes In Git

[Solved] How To Accept Current Changes In Git | Shell - Code Explorer | yomemimo.com
Question : how to accept current changes in git

Answered by : tushar-saha-7scjp0835tdc

git checkout <filepath> --ours # for accepting current
git checkout <filepath> --theirs # for accepting incomming changes

Source : https://linuxpip.org/git-accept-all-incoming-changes/ | Last Update : Sun, 02 Oct 22

Answers related to how to accept current changes in git

Code Explorer Popular Question For Shell