How can I accept all current changes in VSCode at once?
Solution 1:
Its very easy just go to vs code and press Ctrl+shift+p (command palette) or go to view and open command palette manually and type "merge" in your command palette, now you can see the Accept all current changes.
Solution 2:
select the list of files to resolve from the MERGE-CHANGES section, then right-click your mouse and select Accept all incoming. That should do the trick for all files.
Solution 3:
Select target file, right click and choose 'Accept All Incoming'.
Solution 4:
- Select all files in
Merge Changes
section. - Choose
Open File
from right click menu. It opens all files. - Select all files again.
- Choose appropriate menu from right click. eg.
Accept All Current
. - Choose
Save All
fromFile
menu.