aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephan Koglin-Fischer2023-12-21 16:13:34 +0100
committerStephan Koglin-Fischer2023-12-21 16:13:34 +0100
commit138b5237ed2990e143d645a73b4bce3b446da9f4 (patch)
treed3020ead327672b3de297bb33277965020225d4a
parente14bab68ce42ced5b8735b10d48d0ad3c8aab435 (diff)
downloadaur-138b5237ed2990e143d645a73b4bce3b446da9f4.tar.gz
feat: added more stubborn merge strategy for the aur master
-rw-r--r--justfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/justfile b/justfile
index 358985177dda..beed114af1b4 100644
--- a/justfile
+++ b/justfile
@@ -67,7 +67,7 @@ publish: prepare
@echo -e "\e[36mSwitching to aur master branch...\e[0m"
@git checkout master
@echo -e "\e[36mMerging main into aur master...\e[0m"
- @git merge main
+ @git merge -X theirs main
@echo -e "\e[36mPushing to aur...\e[0m"
@git push aur master
@echo -e "\e[36mSwitching back to main...\e[0m"