Quantcast
Channel: How to do 'git checkout --theirs' for multiple files (or all unmerged files) - Stack Overflow
Viewing all articles
Browse latest Browse all 6

Answer by Alireza for How to do 'git checkout --theirs' for multiple files (or all unmerged files)

$
0
0

Use Folder/. instead

This simple solution worked for me!

So basically check what is the root folder for your project, in case it is called src, you can add them all like this:

git checkout --theirs src/.

Viewing all articles
Browse latest Browse all 6

Trending Articles