Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lesson 14 - Supplemental: Using Git from RStudio - More info needed #900

Open
zjz0308 opened this issue Oct 31, 2022 · 2 comments
Open

Lesson 14 - Supplemental: Using Git from RStudio - More info needed #900

zjz0308 opened this issue Oct 31, 2022 · 2 comments
Assignees
Labels
status:in progress Contributor working on issue

Comments

@zjz0308
Copy link

zjz0308 commented Oct 31, 2022

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

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

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

@bencomp
Copy link
Contributor

bencomp commented Jul 18, 2023

Possibly related issue: #507 (which may have been fixed by #531)

@erinmgraham
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status:in progress Contributor working on issue
Projects
None yet
Development

No branches or pull requests

3 participants