Skip to content

Commit

Permalink
Update git-up to use rebase-merges instead of preserve-merges
Browse files Browse the repository at this point in the history
  • Loading branch information
Matt Farmer committed Jul 31, 2024
1 parent a1d7dcd commit 487d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion git-up
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,4 @@ fi
git fetch origin $TARGET:$TARGET

# Rebase against target branch, automatically stashing and unstashing
git rebase --preserve-merges --autostash "$TARGET"
git rebase --rebase-merges --autostash "$TARGET"

0 comments on commit 487d4f3

Please sign in to comment.