I m New to git and I ve made a several of commitments to local repo. 然后,我错误地点击了Pull而不是Push。 最后,我 star...... 我删除了整个目录(repo Clone)。 在用服务器进行克隆后,我有过任何承诺。
您能否告诉我,是否可以恢复被移走的背书(交换)? I m 采用Windows 7 + TortoiseGit。
提前感谢。
I m New to git and I ve made a several of commitments to local repo. 然后,我错误地点击了Pull而不是Push。 最后,我 star...... 我删除了整个目录(repo Clone)。 在用服务器进行克隆后,我有过任何承诺。
您能否告诉我,是否可以恢复被移走的背书(交换)? I m 采用Windows 7 + TortoiseGit。
提前感谢。
你们是否支持你的地方机器? 如果没有,你何时开始?
这里的底线是:如果你改变当地传票,你不推,那么你就删除了这种传票,那么你在源控制系统中的改变一度会给你带来帮助。
对评论的答复:
我毫不奇怪的是,你一直在使用SVN(cvs-isch)。 你们必须了解承诺和承诺之间的区别。 仅凭你们在当地作出承诺,利用推土机制,使不同的存放点相互配合。
可以在特别志愿人员协会中将承诺视为某种形式的托拉斯承诺,请您提出修改意见,以便日后同步。 实际合成物被推迟。 很多工作的人仍面临重重困难。
初步答复:
版本控制不是 st的 cur; 唯一可以做的是,通过雇用能够重建已丢失数据的人来尝试和从硬车中收回数据。
您承诺向您的地方存放处,而不是服务器。 如果你删除了该存放处,就没有办法从你承诺的存放处收回承诺。 版本控制只能如此之多......
就在以后,你知道,你可能想像<条码>git reset——hard @{1}这样的东西,把你的地方存放点重新放在事故发生之前的国家。
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. ...
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 ...
I have a svn repo with various apps as subdirectory of a single svn repo. That worked because I could have checked out a partial, repo. As I cant do that with git obviously I need multiple repos. I ...
I understand how to merge branches together in git, and I love how easy it makes it. I have a branch that looks like this: project/ |--subproj1/ | |---(files) | |--subproj2/ |---(files) A ...
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 ...
I get this on every git svn command I try. I am using git version 1.6.4.2 on OS 10.6 The initial git svn fetch works, and i can do further fetches after that, but they do not enter the log or update ...
Given I have a master branch and a other branch. In the other branch are files I don t want to commit (e.g. log files) so I ignored them in .gitignore. When I switch to the master branch, these ...
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 ...