Answers for "Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull"

0

Pulling without specifying how to reconcile divergent branches is

git config pull.rebase false
Posted by: Guest on August-14-2021
0

Git: warning: Pulling without specifying how to reconcile divergent branches is

To fix this go to
http://github.com/settings/emails

and unmark the box: Keep my email addresses private
Posted by: Guest on October-18-2020

Code answers related to "Pulling without specifying how to reconcile divergent branches is discouraged. You can squelch this message by running one of the following commands sometime before your next pull"

Browse Popular Code Answers by Language