We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 57a4c1f commit 2bcea94Copy full SHA for 2bcea94
.github/workflows/build.yaml
@@ -22,4 +22,4 @@ jobs:
22
upstream_repository: youngyangyang04/leetcode-master
23
upstream_branch: master
24
target_branch: master
25
- git_pull_args: '--allow-unrelated-histories'
+ git_pull_args: --allow-unrelated-histories --rebase=merges -ff
0 commit comments