Git pull and git pull origin master report the following warning
hint: Pulling without specifying how to reconcile divergent branches is
hint: discouraged. You can squelch this message by running one of the following
hint: commands sometime before your next pull:
hint:
hint: git config pull.rebase false # merge (the default strategy)
hint: git config pull.rebase true # rebase
hint: git config pull.ff only # fast-forward only
hint:
hint: You can replace "git config" with "git config --global" to set a default
hint: preference for all repositories. You can also pass --rebase, --no-rebase,
hint: or --ff-only on the command line to override the configured default per
hint: invocation.
terms of settlement:
$ git config pull.ff false
$ git config --global pull.rebase false
Warning copy disappears
Read More:
- [Solved] Git pull error: cannot pull with rebase: Your index contains uncommitted changes.
- Git pull code error fatal: authentication failed fo
- Git Pull error: Your local changes to the following files would be overwritten by merge:
- Git Pull Error: RPC failed; curl 56 OpenSSL SSL_read: SSL_ERROR_SYSCALL, errfno 10054
- Git Pull Error:The following untracked working tree files would be overwritten by merge
- [Solved] Git submits locally to the remote warehouse Error: failed to push some refs to…
- How to Fix Error Cannot find command ‘git‘ – do you have ‘git‘ installed and in your PATH?
- [Solved] IDEA Git Update Error: Master has no tracked branch
- Android Studio Warning: Process ‘command ‘git‘‘ finished with non-zero exit value 1
- [Solved] Git error: refname refs/heads/master not found
- How to Solve Git Error: error: failed to push some refs to……
- Git under Windows reports an error: warning: LF will be replaced by CRLF in ××××.××
- [Solved] fatal: not in a git directory Error: Command failed with exit 128: git
- How to Solve Git error: out of memory
- [Solved] error: failed to push some refs to ‘https://gitee.com/wangdxstudy/mygirl.git‘
- Git Push Error: failed to push some refs to ‘[email protected]:
- How to Solve Git Error: error: unable to unlink old ‘***.jar‘
- [Solved] Mac Install homebrew Error: error: Not a valid ref: refs/remotes/origin/master
- How to Solve Git submodule update error
- Docker Pull Error: certificate signed by unknown authority