[detached HEAD 87118bd] create complete web page by merge 4 commit Author: GitHub Whiteco-okie <GitHub 1961663351@qq.com> Date: Thu May 5 09:19:20 2022 +0800 4 files changed, 135 insertions(+) create mode 100644 images/git-logo.png create mode 100644 index.html create mode 100644 js/script.js create mode 100644 styles/style.css error: Your local changes to the following files would be overwritten by merge: README.md Please commit your changes or stash them before you merge. Aborting hint: Could not execute the todo command hint: hint: pick 012ae4631218bd877eb609f99f9d78c27dc49bdb e1 hint: hint: It has been rescheduled; To edit the command before continuing, please hint: edit the todo list first: hint: hint: git rebase --edit-todo hint: git rebase --continue Could not apply 012ae46... e1
G:\mygitea\GitLearn\learn01 HEAD detached at 87118bd ± $ git log --oneline 87118bd (HEAD) create complete web page by merge 4 commit 3cd7fd8 add readme df647fe Initial commit
G:\mygitea\GitLearn\learn01 HEAD detached at 87118bd ± $ git branch -av * (no branch, rebasing master) 87118bd create complete web page by merge 4 commit fix_css 9fa98d6 change background color master 5bc7fdf [ahead 2] rename test temp e1514cf test1 remotes/origin/master b390c28 add modified html css
G:\mygitea\GitLearn\learn01 HEAD detached at 87118bd ± $ git branch merge_web 87118bd
G:\mygitea\GitLearn\learn01 HEAD detached at 87118bd ± $ git log --oneline --all -graph fatal: unrecognized argument: -graph