Skip to content

Commit

Permalink
Add custom merge tool for canary files (#3675)
Browse files Browse the repository at this point in the history
  • Loading branch information
eddyashton authored Mar 29, 2022
1 parent 8a9bb08 commit 7584bdf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
*.h linguist-language=C++
*.cpp linguist-language=C++

.*canary merge=keeplocal
3 changes: 3 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[merge "keeplocal"]
name = Always keep local file during merge
driver = true

0 comments on commit 7584bdf

Please sign in to comment.