English 中文(简体)
临时延期尚未发生变化,这是我自己的事?
原标题:Git Extensions has pending changes that aren t my own?

这个问题可能是一个长期的问题,因为我仍然无法可靠地重复这一问题,但在许多场合,我的一些同事都曾发生过这个问题,我仍然 b。

偶尔,吉特推广会(视窗7)将显示其工作名录的变动,这些变化在他们投入工作后不是他们自己的工作目录,而是推动的。 这一推动失败的原因是,他们说,尽管在推动变革之前,他们几乎全心全意地投入了所有尚待改变。 这是我接手的时候。 在审查这些变化后,这些变化是另一个承诺者作出的改变,并推向原产地。 变化的两倍是我所做的改变。

“Devloper A”(我叫Bob) 前面,对其存放处进行一系列的改动。 然后,Bob实施这些变化,把承诺推向原产地。

开发商B(请见Fred)也做了一些改动,并将其投入存放处。 Fred当时试图将这些变化推向原产地。 此时,我预计Fred将出现一个错误,说他的存放处原由1人所为,并告诉他先出车。 然而,他发现的错误说,该推力失败是因为他等待着工作目录的变化。 Fred在审视待决的变化时,他认为所有变化实际上是对Bobs承诺的改变。

Fred在作出这些改动时,似乎都是他自己的。 任何事情都不能脱离,但一旦发生,它就极其令人怀疑。 我尚未看到,如果我们试图消除悬而未决的变化,会发生什么情况,因为如果我们这样做,我担心这些变化将从根本上恢复。

是否有任何其他人经历过这种与Gite或Gite分延的奇怪行为?

Update

我在我们的项目历史中发现了这一点。 两项承诺对相同数目的档案都作了同样的准确改动,但两项承诺是由两个不同的开发商作出的。

Here is Bob s original commit: And here is Fred s wonky commit: Edit: Just to clarify, Fred meant to type "push changes" as the commit message because it was the act of trying to push (not pull) that caused the mysterious pending changes to appear.

最佳回答

您能否复制错误信息并张贴错误信息? 帮助的内容——和;吉特指挥记录也是有益的。 页: 1 Fred公司检查了被拒选择的自动拉动(FormPush ->高级选择)?

问题回答

暂无回答




相关问题
Tracking Versions, Builds, Revisions, with TortiseSVN

I am the sole developer on a project and have been using tortoiseSVN for quite a while. Now Id like to start getting version information working correctly in the project I.E. show Major Version, Minor ...

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 ...

How to handle different csproj [closed]

I am working in a team of five. We are working on a C# application with five csprojects. The problem is that for each csproject, each of my colleagues has their own ideas on how to reference a DLL; ...

Changing username in SVN+SSH URI on the fly in working copy

I am using SVN+SSH to check out a working copy of repository from an SVN server on which all developers are members of a developer group and have full read/write permissions on the repository ...

How to search for file in subversion server?

Is there a way to search for a file in a subversion repository? Something similar to Unix find command, with which I can find the location of a file in a repository. I know there is svn list, but ...

热门标签