This is the first time I'm using RStudio and GitHub. In the process linking RStudio with GitHub something have failed. I'm going to explain the steps I followed and where I got stuck.
I've set up this:
-Install Git for Windows, set global username and email address.
-Enable Git Support in RStudio Global Options, and created ssh rsa key.
-Configure the ssh key in github.
-I created a simple github repository (testing).
-Created New Project (cloned git repository using URL https://github.com/AndresLE/testing.git)
-Created a R script "Testing.R"
But when I check in the Git tab (in the environment quadrant) nothing appears....
I don't know what is failing, any ideas?
Windows version 7
RStudio version 1.1.463
Thanks in advance