jtr13 / edav2

https://edav.info
8 stars 10 forks source link

Add chapter git/GitHub #20

Open jtr13 opened 2 years ago

jtr13 commented 2 years ago

Add this chapter after the data transformation chapter. Begin the .Rmd with the following to create a new part:

# (PART) General resources {-}

# git/GitHub

All of the material can be taken directly from: https://github.com/jtr13/EDAV/blob/master/github_resources.Rmd (https://jtr13.github.io/EDAV/github.html)

Take out any references to the "Contributing to this Resource" chapter since we won't be including that. You'll need to test all links (internal and external) and make sure to include the images. You can use the same file structure: create a folder called "images" and a subfolder called "git".

jtr13 commented 2 years ago

Work on a branch so students always have access to either the link to the old version or the new version.

jtr13 commented 2 years ago

I noticed that that chapter uses "master" instead of "main". Let's change every instance of "master" to "main (or master)" and provide a link the first time explaining the reasoning for the change. (See here for example: https://dev.to/afrodevgirl/replacing-master-with-main-in-github-2fjf). Also, let's explain how to check which name a particular project uses if you are contributing by looking at the top left of the home page of the project on GitHub. image