Skip to content

Commit

Permalink
Added merge Srategy
Browse files Browse the repository at this point in the history
  • Loading branch information
dchristl committed May 3, 2024
1 parent 59a82df commit a33bbcc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion endpoint/updateRepo
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ cd "$curr_dir" || exit
cd ..
date > /tmp/last_update.log
git pull origin "$(git branch --show-current)" >> /tmp/last_update.log
git merge origin/"$(git branch --show-current)" >> /tmp/last_update.log
git merge origin/"$(git branch --show-current)" --strategy-option=theirs >> /tmp/last_update.log

0 comments on commit a33bbcc

Please sign in to comment.