[Git] 모든 파일에 대해 ours나 theirs로 통일하기

Keonwoo Kim·2025년 4월 15일

삽질

목록 보기
3/6
git status | grep both | awk '{print $3}' | xargs git checkout --[theirs|ours]

출처: https://stackoverflow.com/questions/24743769/git-resolve-conflict-using-ours-theirs-for-all-files#comment56201670_24743875

0개의 댓글