-1

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.)

eddie24
  • 11

1 Answers1

1

All you need to do is add your TFS repo as a remote and push.