-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hi,
We are developing an application which consists of:
a source code base given to us by a partner infrequently. This is a somewhat working code, "final" version of something. They have their own release cycle and version tracking.
on the code base above we make our changes. These can be either…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Hello all, I 'm relatively new to git and and having some problems early on. I've made several commits, but when I try to push them I get a response that says everything is up-to-date. I feel like my problem is the same on listed in this question, but it recommends the following:
$ git log -1
# note…
>>> More
-
as seen on Stack Overflow
- Search for 'Stack Overflow'
Our team is currently using plain old TFS 2005, no branching, shared checkouts etc... I would like to introduce a DEV/MAIN/PROD branching system simillar to the basic flavor in the TFS Guidance document so that we can do some parallel dev, isolation, and firm up review and deployment processes.
I…
>>> More
-
as seen on Geeks with Blogs
- Search for 'Geeks with Blogs'
Having a good branching strategy will save your bacon, or at least your code. Be careful when deviating from your branching strategy because if you do, you may be worse off than when you started! This is one possible branching strategy for Scrum teams and I will not be going in depth with Scrum but…
>>> More
-
as seen on Programmers
- Search for 'Programmers'
I'm basing my Git repo on http://nvie.com/posts/a-successful-git-branching-model/ and was wondering what happens if you have this situation:
Say I'm developing on two feature branches A and B, and B requires code from A. The X node introduces an error in feature A which affects branch B, but this…
>>> More