Hacker News new | ask | show | jobs
by JustAGeek 5725 days ago
You can config Git so that it always uses rebase when pulling: git config branch.autosetuprebase always

To override this simply use --no-rebase.