visual studio - Git for TFS: opening 2 branches on the same time -


situation

i have application on tfs git (2013)

i need open source vs in 2 different branches @ same time on same pc. branch1 , branch2.

my problem

when launch branch1 (f5), run takes files in branch2 instead branch1. vs branch2 declared branch1 if has code source of branch2

what tried

i copied branch2 code directory not git repository. solved nothing. don't understand git retrieve new location.

i tried disconnecting vs tfs.

what need

doing job on same computer. need commit on branch1

any idea?

i end creating opening alternative branch on vm

not best solution, it's working


Popular posts from this blog

c# - ODP.NET Oracle.ManagedDataAccess causes ORA-12537 network session end of file -

matlab - Compression and Decompression of ECG Signal using HUFFMAN ALGORITHM -

utf 8 - split utf-8 string into bytes in python -