I use TFS as a repository for SourceCode, and am trying to set up the workflow from RStudio to push code updates into TFS. I have Git installed on my RStudio server and can commit changes locally. Is it possible to use Shell commands in RStudio to upload code to my TFS repository? (I have tried various commands like "git remote add origin" but have not gotten anything to work.)
Asked
Active
Viewed 848 times
-1
-
What commands are you calling and what is the message that you get? – MrHinsh - Martin Hinshelwood Apr 09 '15 at 09:36
1 Answers
1
All you need to do is add your TFS repo as a remote and push.

MrHinsh - Martin Hinshelwood
- 23,409
- 5
- 46
- 69