git - Create a new high level folder in TFS without downloading all project using Team Explorer Everywhere command line Linux -
I want to add a new folder to TFS which will be a new project, I'm using for Linux.
The folder structure is like the following
$ main \ HighLevelFolder \ Project1 $ Main \ HighLevelFolder \ Project2 ... $ Main \ HighLevelFolder \ ProjectN$ Main \ HighLevelFolder \ ProjectXI have either the full
$ Main \ HighLevelFolder < / Code> and can create a new project folder in it, and by checking it back. But there are a lot of projects that I want to make a folder on the server, then just check the folder(I'm actually using TFS server for checkout / checkin.)
< P> gives me a hint:. Server-side folder for a workspace on your local machine ...Under the command line, how does this clarify any thoughts?
GIT-TF does not already need a folder created in TFS.
  git tf configured http: // tfs: 8080 / tfs / defaultCollection $ / path / to / {folder}  
  git tf checkin - Deep  
and new project folder has been created
Comments
Post a Comment