We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 086e317 commit 004566bCopy full SHA for 004566b
1 file changed
README.md
@@ -10,3 +10,12 @@ This repository provides a template for GitHub Codespaces to be used in [*Lesson
10
Update `.devcontainer/Dockerfile` to add Python packages to be installed.
11
12
Dotfiles `**/.*`, Markdown files `**/*.md` are some other auxiliary files (e.g., LICENSE) are hidden in the VS Code file manager. Pylance is disabled.
13
+
14
+**To update your existing repository with this template:**
15
16
+Install the auto-updater workflow:
17
+```bash
18
+mkdir -p .github/workflows && wget https://github.com/kostrykin/python-learning-codespace/raw/master/.github/workflows/pull_upstream.yml -O .github/workflows/pull_upstream.yml
19
+```
20
21
+Run the workflow from the web interface and merge the created pull request.
0 commit comments