Created
January 5, 2018 21:19
-
-
Save kis/4043bd6b2e368943ba15a402b0caef20 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"tfvc.location": "/home/kirillstyopkin/TEE-CLC/tf", | |
"team.showWelcomeMessage": false, | |
"team.remoteUrl": "http://555", | |
"team.teamProject": "proj" | |
Из папки, куда распакован tf: | |
./tf workspace -new workspace -collection:http://addr:8080/tfs/DefaultCollection | |
./tf workfold -map $/workspace/app -workspace:workspace ~/proj/app | |
Внутри папки с проектом: | |
~/TEE-CLC/tf get | |
alias tf=/Users/kirillstyopkin/TEE-CLC/tf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment