Updated .gitattributes
This commit is contained in:
commit
a3a3b86d39
1 changed files with 2 additions and 2 deletions
4
.gitattributes
vendored
4
.gitattributes
vendored
|
|
@ -17,9 +17,9 @@ config/isxander-main-menu-credits.json merge=ours
|
||||||
# Each derived modpack should have these files as is.
|
# Each derived modpack should have these files as is.
|
||||||
# The git driver can be setup as:
|
# The git driver can be setup as:
|
||||||
# git config merge.theirs.name "Use theirs"
|
# git config merge.theirs.name "Use theirs"
|
||||||
# git config merge.theirs.driver "sh -c 'cat \"$3\" > \"$2\"'"
|
# git config merge.theirs.driver "cp %B %A" # UNIX
|
||||||
|
# git config merge.theirs.driver "copy %B %A" # Windows
|
||||||
# This tells git to replace local files with upstream ones on merge.
|
# This tells git to replace local files with upstream ones on merge.
|
||||||
# Note: this driver is UNIX-only.
|
|
||||||
|
|
||||||
mods/* merge=theirs
|
mods/* merge=theirs
|
||||||
resourcepacks/* merge=theirs
|
resourcepacks/* merge=theirs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue