You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Setting up git in RStudio can be troublesome for novices to both software.
New users to Git and RStudio would find it difficult to install and then enable version control (Git) in RStudio. Therefore, it would be good to include more detailed information on this aspect. A useful reference from the RStudio support forum: Version Control with Git and SVN – RStudio Support
The current course material only covers “using a directory already under version control”.
In some cases (an easier option), users would like to create a new project based on a remote Git repository. Therefore, it would be good to add some instructions in this regard.
Show remote Git repository after git push in RStudio.
After we have done with git push -u origin main, it would be good to wrap up with a quick overview of the Git repository in the web browser. Learners would know what’s happened and where to find those changes. It is also worth mentioning the necessity of doing pull in RStudio before making new changes when collaborating with others.
The text was updated successfully, but these errors were encountered:
Hi @zjz0308 and @bencomp,
Thank you for your contribution to the git-novice repository and apologies for taking so long to address it. My comments: #1 As noted by bencomp I think has been addressed by #531. #2 I believe is out of scope for this lesson as the supplementary episode is directly associated with the git repo we just created. Content for creating a new git project might be better suited as supplementary to either/both of the R lessons. #3 I agree a quick overview of the repo in the web browser after the push would be a good wrap up. I also note the changes to .gitignore are not committed and the screenshots still reference planets (#1060). It will be easier if these changes are made at the same time.
Setting up git in RStudio can be troublesome for novices to both software.
New users to Git and RStudio would find it difficult to install and then enable version control (Git) in RStudio. Therefore, it would be good to include more detailed information on this aspect. A useful reference from the RStudio support forum: Version Control with Git and SVN – RStudio Support
The current course material only covers “using a directory already under version control”.
In some cases (an easier option), users would like to create a new project based on a remote Git repository. Therefore, it would be good to add some instructions in this regard.
Show remote Git repository after git push in RStudio.
After we have done with git push -u origin main, it would be good to wrap up with a quick overview of the Git repository in the web browser. Learners would know what’s happened and where to find those changes. It is also worth mentioning the necessity of doing pull in RStudio before making new changes when collaborating with others.
The text was updated successfully, but these errors were encountered: