Skip to content

Commit

Permalink
chore(scripts): disable git rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 26, 2023
1 parent 3145de4 commit b58d964
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ git config --global diff.colorMoved no
git config --global fetch.prune true
git config --global init.defaultBranch main
git config --global merge.conflictstyle diff3
git config --global pull.rebase true
git config --global pull.twohead ort
git config --global push.autoSetupRemote true
git config --global rebase.stat true
Expand Down

0 comments on commit b58d964

Please sign in to comment.