Skip to content

Commit

Permalink
chore(git): disable rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
haunt98 committed Dec 26, 2023
1 parent b58d964 commit 40daad4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/git.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ 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 false
git config --global pull.twohead ort
git config --global push.autoSetupRemote true
git config --global rebase.stat true
Expand Down

0 comments on commit 40daad4

Please sign in to comment.