Skip to content

Commit

Permalink
Add cross block/section links
Browse files Browse the repository at this point in the history
  • Loading branch information
jansim committed Jul 17, 2024
1 parent ced019d commit bd18948
Show file tree
Hide file tree
Showing 12 changed files with 110 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 1.0-intro.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -100,3 +100,13 @@ Quick Round of Introductions
3. Inside it, create a new folder called `git-exercise`
4. Open `git-exercise` in Visual Studio Code
- Create a new file `test.txt` and write in it <br> `Hello World!`

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./1.1-what_is_git.html)
10 changes: 10 additions & 0 deletions 1.1-what_is_git.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -191,3 +191,13 @@ Alternatively, we can download a repository from the internet using the `clone`
```bash
git clone https://github.com/open-teaching/git-murder-mystery.git
```

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./1.2-tracking_changes.html)
10 changes: 10 additions & 0 deletions 1.2-tracking_changes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -274,3 +274,13 @@ I'm aware this was a lot to take in.
- When stashing your changes, all changes will be removed (similarly to `git restore`), but they will be saved
- See all stashes via `git stash list`
- Apply your stahes via `git stash apply`

## *End of Section* 🎉 {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Section]](./2.1-gitignore.html)
10 changes: 10 additions & 0 deletions 2.1-gitignore.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ The .gitignore uses the same kind of pattern matching as `git add` (or other git
3. Copy the PDF into your `git-exercise` directory
4. Create a new .gitignore file to ignore only this cheatsheet
5. Commit the .gitignore file

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./2.2-history.html)
10 changes: 10 additions & 0 deletions 2.2-history.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,3 +141,13 @@ git checkout 795780d
- Use `git log` to see the history of the repository
- Use `git checkout` to travel through time
2. Compare the different suspects over time to determine who was present at all three scenes.

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./2.3-branches_merging.html)
10 changes: 10 additions & 0 deletions 2.3-branches_merging.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -236,3 +236,13 @@ Rebasing
:::

::::

## *End of Section* 🎉 {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Section]](./3.1-what_is_github.html)
10 changes: 10 additions & 0 deletions 3.1-what_is_github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -99,3 +99,13 @@ To learn about all possible commands for remotes use `-h`
git remote -h
```
:::

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./3.2-synching_changes.html)
10 changes: 10 additions & 0 deletions 3.2-synching_changes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -59,3 +59,13 @@ git push <remote>/<branch>
2. In the example git repository we've been working in so far, add the just created GitHub repo as a remote
- `git remote add origin <URL>`
3. Push you changes so far to GitHub

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./3.3-pages_markdown.html)
10 changes: 10 additions & 0 deletions 3.3-pages_markdown.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@ Website template originally from: https://github.com/academicpages/academicpages
3. The other people also clone the repository and will edit the website files
4. Push and pull to synchronize your changes
5. Try to create a merge conflict

## *End of Section* 🎉 {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Section]](./4.1-advanced_github.html)
10 changes: 10 additions & 0 deletions 4.1-advanced_github.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -97,3 +97,13 @@ Repository: <https://github.com/microsoft/vscode>
- Use the pull request to discuss
2. Approve the pull request when you're done and all changes are implemented.
3. Merge your edits into the repository.

## *End of Block* 🎉 {background-color="black"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Block]](./4.2-final_notes.html)
10 changes: 10 additions & 0 deletions 4.2-final_notes.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,13 @@ Most of the information in these guides, we already covered, but they can be gre
## And finally.. a meme 🔥

![I hope this makes sense to you after the course](images/in_case_of_fire.svg)

## *End of Section* 🎉 {background-color="black" background-opacity="0.4" background-image="images/backgrounds/dolomites.jpg"}

:::{.r-fit-text}
Any Questions?
:::

[[🏡 Back to Overview]](./index.html)

[[⏩️ Next Section]](./5.0-outro.html)
Binary file added images/backgrounds/dolomites.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit bd18948

Please sign in to comment.