Hi All,
I am actually a scripter (Powershell) and use TFS for a short while now to save my code (OneLine).
On premisses we do have a TFS 2013, and I have been scratching my head to find a way to organize my code respecting the following organisation:
ClientName1
--> Project01
--> Project02
ClientName2
--> Project01
--> Project02
I would like to push my code (using git) to ClientName2\Project02 for example without impacting the code that is in ClientName2\Project01 (and potentially project03, 04 etc...).
For now, When I try to respect this structure (using git) I can only push it to ClientName2, even though, I have created 'teams' for Project01 and Project02.
Could you give some guidelines/Best practises on how to proceed?
Thanks in advance for your feedback
Stéphane
#Stephane