5 ms·
You can config Git so that it always uses rebase when pulling: git config branch.autosetuprebase always To override this simply use --no-rebase.
by JustAGeek 16y 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.