|
|
|
|
|
by gsylvie
3358 days ago
|
|
This has saved me: git config --global pull.ff only
I can always override an individual pull invocation with either "git pull --rebase" or "git pull --no-ff", making it a conscious choice when a fast-forward pull is not possible. |
|