-
-
Save austra/53721da86b149718160b to your computer and use it in GitHub Desktop.
Choose multiple files from current branch as the 'merge conflict winner'
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# All the files that match with 'coverage' and tell git to use the branch we're on currenthl (ours, opposed to theirs) | |
git status | grep coverage | sed 's/.*: \(.*\)/\1/g' | xargs git checkout --ours |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment