Skip to content

Commit c3f2b8f

Browse files
committed
🐛 update links and instructions
1 parent af06aac commit c3f2b8f

1 file changed

Lines changed: 11 additions & 7 deletions

File tree

instructions_241113.md

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
## Plan
66

77
- Introduction to git ([slides](https://docs.google.com/presentation/d/1RsKMiKquE4wqncrAv9LEtjivGE_dGiHoJ8nKCxgVKeY/edit?usp=sharing)),
8-
see recording [here](https://www.youtube.com/watch?v=5iB7qc5zRjQ)
8+
see recording [here](https://youtu.be/cAU3BCUkHxM)
99
- Hands-on, focusing this time on
1010
- working on a shared repository (per group, i.e. e.g. per table)
1111
- creating and merging branches
@@ -27,7 +27,8 @@ or under the DTU biosustain organization.
2727
- Use as template this repository from
2828
[github.com/enryH/notes_template](https://github.com/enryH/notes_template).
2929
Follow the instructions described
30-
[here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template) to use it.
30+
[here](https://docs.github.com/en/repositories/creating-and-managing-repositories/creating-a-repository-from-a-template#creating-a-repository-from-a-template) or
31+
[the demo-recording](https://youtu.be/XolIezJtSPI?t=98) to use it.
3132

3233
### 2. step - create a clone of the shared repository
3334

@@ -37,15 +38,18 @@ Now you have a common repository you can share with each others. You can either
3738
to your local machine.
3839

3940
- we won't cover the website aspect of the template here, but I created a video on how
40-
to use the template for a website here (which is also linked in the repository's README).
41+
to use the template for a website [here](https://www.youtube.com/watch?v=XolIezJtSPI)
42+
(which is also linked in the [repository's README](https://github.com/enryH/notes_template)).
4143

4244
### 3. step - each create a branch
4345

4446
Each of you create a branch, e.g. give it your name. Add a brief description of what you
4547
are passionate about in a file called `aboutme.md` in a folder with your name.
4648

47-
- do this first in your local version of the repository
48-
- decide if you want to create a fork or add collaborators to your repository
49+
In order to commit this to the GitHub repository you have to do one of the two options:
50+
51+
- add all collaborators of your group to the repository (write access)
52+
- create a fork on your GitHub account
4953

5054
### 4. step - merge the branches to the main branch
5155

@@ -58,8 +62,8 @@ together some features of the pull request website.
5862
5963
### 5. step - view and annotate the collaborative work
6064

61-
Switch back to the `main` branch and get all the latest changes from your coworkers. No each
62-
create a new branch (pick a unique new name) and create a the file name `biosustain.md`.
65+
Switch back to the `main` branch and get all the latest changes from your coworkers.
66+
Now, each create (again) a new branch (pick a unique new name) and create a the file name `biosustain.md`.
6367
In this file write a about what you think biosustain is about.
6468

6569
### 6. step - merge the branches to the main branch

0 commit comments

Comments
 (0)