Skip to content

Commit f8a9f94

Browse files
committed
Add links to further material
1 parent d51f0fd commit f8a9f94

1 file changed

Lines changed: 14 additions & 2 deletions

File tree

source/manual-git-rstudio.Rmd

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,14 +194,14 @@ Use your GitHub username!
194194

195195
1. Make 2 unrelated changes to your `README.md` locally
196196
2. Create one commit for each change.
197-
3. Do not push (yet)
197+
3. Do NOT push (yet)
198198

199199
---
200200

201201
### Create logical commits
202202

203203
1. Click `Commit` in the `git` pane
204-
1. Select the changes you can to commit and click `stage selection`
204+
1. Select the changes you want to commit and click `stage selection`
205205
1. Add a `commit message` and click `Commit`
206206

207207
![Logical commit 1](manual-git/logical-commit-rstudio.png){width=80%}
@@ -509,6 +509,18 @@ Follow [this tutorial](https://help.github.com/articles/creating-releases/) to c
509509
510510
---
511511
512+
...but if you're hungry:
513+
514+
* Webinars
515+
- [Github and Rstudio management](https://www.rstudio.com/resources/webinars/rstudio-essentials-webinar-series-managing-part-2/)
516+
- [Collaboration and time travel: version control with git, github and RStudio](https://www.rstudio.com/resources/webinars/collaboration-and-time-travel-version-control-with-git-github-and-rstudio/)
517+
518+
* Tutorials
519+
- [Hadley Wickham R packages book](http://r-pkgs.had.co.nz/git.html)
520+
- [Happy Git and GitHub for the useR](http://happygitwithr.com/index.html)
521+
522+
---
523+
512524
Information combined at [INBO Tutorials website](https://inbo.github.io/tutorials/). <br/>You're welcome to provide issues, pull requests,...
513525
514526

0 commit comments

Comments
 (0)