Skip to content

Commit

Permalink
Style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
benedikt-schesch committed May 21, 2024
1 parent 2290887 commit 2f908b2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/scripts/merge_tools/intellimerge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ java -jar "$intellimerge_absolutepath" -r "$clone_dir" -b "$branch1" "$branch2"
cd "$clone_dir" || exit 1
git checkout "$branch1" --force

initial_conflict_markers=$(grep -rE '^(<<<<<<<|=======|>>>>>>>$)' "./" | wc -l)

git merge --no-edit "$branch2"
cd - || exit 1

Expand Down

0 comments on commit 2f908b2

Please sign in to comment.