Skip to content

Commit

Permalink
make Git tasks more coherent
Browse files Browse the repository at this point in the history
  • Loading branch information
inbox1 committed Jul 24, 2024
1 parent c36c151 commit 72116ed
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 3-computational-workflows.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ that the previous. Please plan for this.
Read this chapter and watch this week's videos.
Afterwards go through the following assignments:

- Install git: For R users, I recommend following [these](https://gitlab.com/HeidiSeibold/setup-git-rstudio-gitlab) instructions. Otherwise the Carpentries have good [instructions](https://swcarpentry.github.io/git-novice/index.html) for all systems (follow along until end of `2. Setting up Git`)
- Create a project on GitLab (or GitHub). Then `clone` it, edit a file, `add`,
`commit`, and `push` your changes.
- Install git
- Create a Git repository on GitHub or GitLab (you can call it e.g. "sandbox" or "just-trying-Git" :wink:). Then `clone` it, edit a file, `add`, `commit`, and `push` your changes.
- Optional: Create a Git repository for your current research project.
- Optional: Think of things you would like to see improved in our course booklet (Alternatively: view the [open issues](https://github.com/BERD-NFDI/BERD-reproducible-research-course/issues)) and choose one thing where you can make a contribution. Create a [fork](https://github.com/BERD-NFDI/BERD-reproducible-research-course/fork) of the [booklet project](https://github.com/BERD-NFDI/BERD-reproducible-research-course) and then a [pull request](https://github.com/BERD-NFDI/BERD-reproducible-research-course/pulls) with your contribution and mark it in the respective issue.
- Optional: try using Make to automate something in your current research project.

Expand Down

0 comments on commit 72116ed

Please sign in to comment.