突然出现了:
MacBook-Pro: $ git status
On branch dev
Your branch is up-to-date with 'dropbox/dev'.
You are currently editing a commit while rebasing branch 'Releases' on '72ca998'.
(use "git commit --amend" to amend the current commit)
(use "git rebase --continue" once you are satisfied with your changes)
nothing to commit, working directory clean
Run Code Online (Sandbox Code Playgroud)
分店没有变化.一切都是最新的.
And*_*ing 42
git rebase --abort应该中止rebase操作并返回到先前的状态.但是可以肯定的是,你之前输入了什么命令?
编辑:输出git reflog可以显示rebase开始的位置,它看起来像
7d0b010 HEAD@{0}: rebase finished: returning to refs/heads/bran
7d0b010 HEAD@{1}: rebase: adding file in branch
a7e6693 HEAD@{2}: rebase: checkout master
a7e6693 HEAD@{3}: commit: adding file in master
4c00dd7 HEAD@{4}: checkout: moving from bran to master
3cb192a HEAD@{5}: commit: adding file in branch
Run Code Online (Sandbox Code Playgroud)
Dav*_*ara 20
如果您最终处于这种状态但需要保留更改:
git branch my-backupgit rebase --abortgit merge my-backup| 归档时间: |
|
| 查看次数: |
8374 次 |
| 最近记录: |