Skip to content

Commit 34baa51

Browse files
committed
📝 update instruction for 2025
1 parent 3e5711b commit 34baa51

3 files changed

Lines changed: 26 additions & 3 deletions

File tree

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Git Tutorial
22

3-
Open in Codespace...
4-
53
## Announcement
64

75
This workshop will give you the opportunity to practice git as a version control system

conf.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@
3636
"**/.ipynb_checkpoints/*",
3737
"jupyter_execute",
3838
"conf.py",
39-
"check_recipes.py"
39+
"check_recipes.py",
40+
".github/PULL_REQUEST_TEMPLATE.md"
4041
]
4142

4243

instructions_251105.md

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

33
> to be continued.
4+
5+
## How to work with the repository
6+
7+
You need to be logged in to GitHub and have a GitHub account for all these options:
8+
[Create a GitHub account](https://github.com/join)
9+
10+
### On the GitHub website
11+
12+
- Create a fork of the repository and work there
13+
14+
### In VSCode in the browser without a workspace
15+
16+
You need to be logged in to GitHub and have a GitHub account.
17+
18+
- [github.dev/enryH/recipe-book](https://github.dev/enryH/recipe-book)
19+
20+
### In GitHub Workspace
21+
22+
- Open in GitHub Codespace if you want to build and preview the website without
23+
creating a commit:
24+
25+
[![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)
26+
27+

0 commit comments

Comments
 (0)