|
|
|
|
|
by rachbelaid
4795 days ago
|
|
I usually suggest to change the config to avoid that people forgot the --rebase arguments git config branch.master.rebase true
git config branch.develop.rebase true This will make any pull be a pull --rebase on the master/develop |
|
Explicit is better than implicit.