git: prevent merge commits with automatic rebase

raw

config.sh

1
2
3
4
5
6
# all future branches
$ git config --global branch.autosetuprebase always
 
# current branch "develop"
$ git config branch.develop.rebase true
 
Christian Weiske Christian Weiske
owner

History