Git Pull Accept Incoming

[Solved] Git Pull Accept Incoming | Lisp - Code Explorer | yomemimo.com
Question : git pull accept all incoming changes

Answered by : tushar-saha-7scjp0835tdc

If you're already in conflicted state, and you want to just accept all of theirs:
git checkout --theirs .
git add .

Source : https://stackoverflow.com/a/33569970 | Last Update : Thu, 09 May 24

Answers related to git pull accept incoming

Code Explorer Popular Question For Lisp