yuan@xxdeMacBook-Pro h5 % git pull origin dev
remote: Enumerating objects: 15, done.
remote: Counting objects: 100% (15/15), done.
remote: Compressing objects: 100% (15/15), done.
remote: Total 15(delta 3), reused 0(delta 0)Unpacking objects: 100% (15/15), 12.96 KiB | 390.00 KiB/s, done.
From ssh://gitlab.tt.cn:59522/xyzh5/shake-u/h5
* branch dev -> FETCH_HEAD
432df3ba..e96d9b9f dev -> origin/dev
hint: You have divergent branches and need to specify how to reconcile them.
hint: You can do so by running one of the following commands sometime before
hint: your next pull:
hint:
hint: git config pull.rebase false# mergehint: git config pull.rebase true# rebasehint: git config pull.ff only # fast-forward onlyhint:
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.
fatal: Need to specify how to reconcile divergent branches.