You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[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.
31
32
32
33
### 2. step - create a clone of the shared repository
33
34
@@ -37,15 +38,18 @@ Now you have a common repository you can share with each others. You can either
37
38
to your local machine.
38
39
39
40
- 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)).
41
43
42
44
### 3. step - each create a branch
43
45
44
46
Each of you create a branch, e.g. give it your name. Add a brief description of what you
45
47
are passionate about in a file called `aboutme.md` in a folder with your name.
46
48
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
49
53
50
54
### 4. step - merge the branches to the main branch
51
55
@@ -58,8 +62,8 @@ together some features of the pull request website.
58
62
59
63
### 5. step - view and annotate the collaborative work
60
64
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`.
63
67
In this file write a about what you think biosustain is about.
64
68
65
69
### 6. step - merge the branches to the main branch
0 commit comments