Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Submission: Pijul (tutorial) #1356

Merged
merged 1 commit into from
May 3, 2021
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions contributions/executable-tutorial/yannik-vladom/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,9 @@ In the tutorial we will:
1. discuss concepts
- introduce patch-based version control
- its differences to snapshot based version control
2. show how to install `pijul` (as of now its not yet included in most distributions)
2. ~show how to install `pijul` (as of now its not yet included in most distributions)~
Compiling the program from scratch takes quite a while. Also due to the fact that we can only wrote the instructions from the documentation, we omitted this step and use a preconfigured docker image instead.
The installation instructions from said documentation are still referred to so this tutorial could as well be executed locally.
3. compare it to `git` the de facto standard tool
- how to clone a repo
- tracking changes
Expand All @@ -18,7 +20,9 @@ In the tutorial we will:

The tutorial will be available preferably on Katacoda or an equivalent platform.

Link to the tutorial: *TBA*
Link to the tutorial: https://www.katacoda.com/ysndr/scenarios/pijul
Link to the source: https://github.com/ysndr/katacoda-scenarios/tree/main/pijul


## Authors

Expand Down