Skip to content

Commit d0b8bb0

Browse files
authored
Merge pull request #8 from biosustain/last_links
Last links
2 parents 443040e + 271a713 commit d0b8bb0

File tree

3 files changed

+29
-10
lines changed

3 files changed

+29
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ GitHub Codespaces or in using the GitHub web interface. If you want, you can als
1313
everything on your local computer.
1414

1515
I will give a brief introduction to git. Then you will specific workflows by
16-
collaboratively work on extending a [recipe book](https://enryh.github.io/recipe-book/)
16+
collaboratively work on extending a [recipe book](https://biosustain.github.io/recipe-book/)
1717
(please bring a recipe you like).
1818
You will learn how to work on
1919
[branches](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/proposing-changes-to-your-work-with-pull-requests/about-branches),

instructions_251105.md

Lines changed: 27 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Workshop on the 5th of November 2025
22

3-
4-
53
## How to work with the repository
64

75
You need to be logged in to GitHub and have a GitHub account for all these options:
@@ -27,15 +25,18 @@ Please have a look at the (video) tutorials before the course:
2725

2826
You need to be logged in to GitHub and have a GitHub account.
2927

30-
- [github.dev/enryH/recipe-book (Editor)](https://github.dev/enryH/recipe-book)
31-
- [github.com/enryH/recipe-book (Website)](https://github.com/enryH/recipe-book)
28+
- [github.com/biosustain/recipe-book (Website)](https://github.com/biosustain/recipe-book)
29+
- [github.dev/biosustain/recipe-book (Editor)](https://github.dev/biosustain/recipe-book)
3230

3331
### In GitHub Workspace
3432

3533
- Open in GitHub Codespace if you want to build and preview the website without
3634
creating a commit:
3735

38-
[![Open in GitHub Codespaces](https://github.com/codespaces/badge.svg)](https://github.com/codespaces/new?hide_repo_select=true&ref=main&repo=1053356553&skip_quickstart=true)
36+
[![Open in GitHub Codespaces](https://github.com/codespaces/new?hide_repo_select=true&amp%3Bamp%3Bref=main&amp%3Bamp%3Brepo=1053356553&amp%3Bamp%3Bskip_quickstart=true&amp%3Bskip_quickstart=true&amp%3Bmachine=basicLinux32gb&amp%3Brepo=1053356553&amp%3Bref=main&amp%3Bdevcontainer_path=.devcontainer%2Fdevcontainer.json&amp%3Bgeo=EuropeWest&skip_quickstart=true&machine=basicLinux32gb&repo=1053356553&ref=main&devcontainer_path=.devcontainer%2Fdevcontainer.json&geo=EuropeWest)
37+
38+
> If you start from the `biosustain/recipe-book` repository you can create a codespace,
39+
> and it will automatically create a fork for you if you don't have write access.
3940
4041
### On local computer
4142

@@ -63,7 +64,25 @@ as well or instead. Find exercise groups seeing the marks on the tables.
6364

6465
<details>
6566
<summary>See full pass through exercise</summary>
66-
> ToDo: Make brief video for preperations and as reference
67+
68+
<div style="position: relative; width: 100%; padding-bottom: 56.25%; height: 0;">
69+
<iframe src="https://www.youtube.com/embed/b3uTxjO7tAc?si=oRVMYlZtwpZ0iOhx"
70+
title="Recording of basic exercise"
71+
style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"
72+
frameborder="0"
73+
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share"
74+
referrerpolicy="strict-origin-when-cross-origin"
75+
allowfullscreen>
76+
</iframe>
77+
</div>
78+
79+
Watch this video for a walkthrough of using GitHub Codespaces and VS Code in the browser.
80+
81+
Additional steps:
82+
- check out to `main` branch
83+
- sync `fork/main` with `origin/main` on your fork (on GitHub website of your fork)
84+
- delete your codespaces afterwards to not use up all your credits:
85+
[Deleting a codespace](https://docs.github.com/en/codespaces/developing-in-a-codespace/deleting-a-codespace#deleting-a-codespace)
6786
</details>
6887

6988
### Create a merge conflict [medium]
@@ -200,9 +219,9 @@ repository.
200219
remote: error: See https://gh.io/lfs for more information.
201220
remote: error: File large_text_file.txt is 105.00 MB; this exceeds GitHub's file size limit of 100.00 MB
202221
remote: error: GH001: Large files detected. You may want to try Git Large File Storage - https://git-lfs.github.com.
203-
To https://github.com/enryH/recipe-book.git
222+
To https://github.com/biosustain/recipe-book.git
204223
! [remote rejected] test-lfs -> test-lfs (pre-receive hook declined)
205-
error: failed to push some refs to 'https://github.com/enryH/recipe-book.git'
224+
error: failed to push some refs to 'https://github.com/biosustain/recipe-book.git'
206225
```
207226

208227
As of now git has a built-in support for hinting you at which files are to large to be

receipe_book.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ see our other trainings:
1414
## Preview
1515

1616
<div style="border: 2px solid black; border-radius: 4px; overflow: hidden;">
17-
<iframe src="https://enryh.github.io/recipe-book/"
17+
<iframe src="https://biosustain.github.io/recipe-book/"
1818
width="100%" height="600"
1919
allowfullscreen="true"
2020
mozallowfullscreen="true"

0 commit comments

Comments
 (0)