branching-and-merging
Git undo merging 3 branches
I am not very familiar with Git. I have the basics down, but thats about it. Anyway, my friend walked me through merging these 3 branches. He left me to run the mergetools part myself though. I didn\[详细]
2023-03-19 23:16 分类:问答Merging problem in Mercurial
I have a problem merging what I think is two different heads in HG. When I update between the two revisions (512 and 502 in the screen shot) there are differences between the files. However when I try[详细]
2023-03-19 07:27 分类:问答svn: merging between branches other than trunk
We have a SVN project with branch B that I work on, and branch C, that a coworker works on. (he works primarily on one area of code and I work primarily on another)[详细]
2023-03-18 17:14 分类:问答svn: nuances in merging workflow
We have a repository with a trunk, occasional feature branches, and some persistent developer branches (because we each work on particular areas of the project).[详细]
2023-03-18 06:14 分类:问答Git subtree merge strategy or subtree command?
I\'m starting a new Zend Framework project in which I will collaborate with a designer. I\'m going to maintain this project code using git and usually designers don\'t speak git (or any programming la[详细]
2023-03-17 06:38 分类:问答Git Pushing from a local branch to a remote tracking branch
I have a master branch and branched out from it to a build branch. I cloned this repository to a diff开发者_运维知识库erent machine.[详细]
2023-03-17 03:01 分类:问答How does git handle previously non-fast forward merges from a now deleted branch?
So say I have my master branch, and I create feature-x branch to work on a new feature.I do several commits into feature-x, rebase feature-x from master and then do a non fast-forward merge from featu[详细]
2023-03-16 05:20 分类:问答Which Version Type to choose when Reverting Back/Forth in Code Versions? +TFS VS2010
My one and only coworker left a couple weeks ago, and I now have to Merge everything together creating a baseline work environment for my new developer and I. My previous coworker had done most of the[详细]
2023-03-15 23:38 分类:问答git merge vs rebase using git svn
I am very confused, I have read several posts, blogs and articles and don\'t know where to go. I am using an svn server repo that I pull down with git svn and work on. I am currently the only person d[详细]
2023-03-15 04:14 分类:问答GIT Patches - or - Push?
We are considering 2 ways for working with git in a new project : Developers sends patches to maintainer ( which will probably end up being one of the developers ) , he apples those, test and integ[详细]
2023-03-14 11:24 分类:问答