English 中文(简体)
我可以打上重新定位的基础——交互作用
原标题:I can t git rebase --interactive anymore
问题回答

在重新建立数据库期间,检查了你在退款时的退款。 如果退款是一种承诺,那么你将获得一个排位的头部;如果是部门参考资料,则将对该分行进行检查。 如果在犯罪过程中出现“FATAL”现象,那么你就会在一个 m的状态下拥有工作名录。 例如,如果你在“Foo”分行,并且你试图从律师处退,那么,在“FATAL”之后,你会到律师处,或者在适用“FATAL”后,在律师处的某个地方实施一些重新规定。 仅凭检查Foo,就可以恢复。

git rebase --abort 

or, if the rebase is really wedged (see reference below), as:

git checkout -f Foo

之后,你可以安全地再次尝试重新调整基地,以试图解答为什么出现“FATAL”的情况。 一种情况是,在失去记忆和堡垒时,重基失败了——没有工作。

www.un.org/Depts/DGACM/index_french.htm 虽然重新基数的产出已经提供了解决办法:

fatal: It seems that there is already a rebase-merge directory, and
I wonder if you are in the middle of another rebase.  If that is the
case, please try
        git rebase (--continue | --abort | --skip)
If that is not the case, please
        rm -fr ".git/rebase-merge"
and run me again.  I am stopping in case you still have something
valuable there.

Namely after having run rm -fr ".git/rebase-merge, things went back to normal.





相关问题
git confusion - cloning a repo is returning a past version

Im having some confusion with my git usage. I cloned a repo from one comp to the other, and the new clone is the state of the original that was active some time ago. So its cloning a past version. ...

Appropriate strategy for tagging and hotfixing with git

I was wondering if the strategy I m using for tagging and hotfixing tags (which then I use for deploying rails applications) with git is appropriate. For tagging I just tag a commit of the master ...

Tips on upgrading CVS to git/hg?

We still use CVS, I use git and hg for my personal use though I m still a novice at both, but I realize they re much more modern and better, faster, distributed, etc. It s just everyone is so ...

Using Git in a TFS shop

Using Git at home has spoiled me - I now find using TFS at work to be a bit of a drag and want to explore the possibility of using Git locally and syncing somehow with TFS. I figure there are a few ...