$git pull https://github.com/purcell/emacs.d.git master --no-rebaseFrom https://github.com/purcell/emacs.d
* branch master -> FETCH_HEAD
Auto-merging lisp/init-editing-utils.el
CONFLICT (content): Merge conflict in lisp/init-editing-utils.el
Automatic merge failed;fix conflicts and then commit the result.
$gstOn branch purcell-master
You have unmerged paths.
(fix conflicts and run "git commit")(use"git merge --abort" to abort the merge)Changes to be committed:
modified: lisp/init-corfu.el
modified: lisp/init-ledger.el
Unmerged paths:
(use"git add <file>..." to mark resolution)both modified: lisp/init-editing-utils.el
修改完冲突提交之后,进行该分支到 master 的合并:
$git checkout master
Switched to branch 'master'Your branch is up to date with 'origin/master'.
$git merge --no-ff purcell-master
Merge made by the 'ort' strategy.
lisp/init-corfu.el|4 ++--
lisp/init-ledger.el|3 ++-
2 files changed, 4 insertions(+), 3 deletions(-)