Tagged Questions
The automerge tag has no wiki summary.
3
votes
2answers
655 views
Is it possible to disable the auto-merge option in Visual Studio Team System 2008? If so how?
I'd like to disable the automatic merge feature when checking in a file to TFS that another developer has worked on so that I always need to merge manually. Is there any way to do this?
1
vote
2answers
88 views
How can I merge my files when the folder structure has changed
I want to perform a major codebase reorganization, but I'm unable to proceed unless I can provide a way for trunk fixes to be easily applied to branches that were taken before the reorganization.
One ...
0
votes
2answers
26 views
Find all commits in a particular branch in GIT
This might be a repeated question but i didn't find exact answers.
Lets say i have 2 branches br1 and br2 with 3 commits each.
br1
commit a
commit b
commit c
br2
commit d
commit e
commit f
...