Skip to content

Commit

Permalink
rearrange slides
Browse files Browse the repository at this point in the history
  • Loading branch information
tvannoy committed Oct 17, 2023
1 parent dbbf029 commit 7803989
Showing 1 changed file with 31 additions and 26 deletions.
57 changes: 31 additions & 26 deletions slides.md
Expand Up @@ -552,32 +552,22 @@ gitGraph:
commit tag: "v2.0.0"
```



---
layout: section
---

# Resources <emojione-books />
# <emojione-graduation-cap class="text-200"/>

<div class="flex flex-row justify-between w-8/10">
<div>
---

- [git - the simple guide](https://rogerdudler.github.io/git-guide/)
- [GitHub Git Guides](https://github.com/git-guides/)
- [Atlassian git tutorials](https://www.atlassian.com/git/tutorials)
- [Think like (a) Git](https://think-like-a-git.net/)
- [Git best practices](https://sethrobertson.github.io/GitBestPractices/)
## Archiving code with <a href="https://zenodo.org/">Zenodo</a>

<div class="text-6xl">
assign DOIs <mdi-code-brackets class="text-green-500"/> to your code <mdi-file-code-outline class="text-amber-500"/>
</div>
<div>

- [Command line Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)
- [Pro Git book](https://www.git-scm.com/book/en/v2)
- [GitLab git cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
- [GitHub git cheat sheet](https://training.github.com/downloads/github-git-cheat-sheet/)
- [The art of the commit](https://alistapart.com/article/the-art-of-the-commit/)

</div>
</div>
- [random example](https://zenodo.org/record/8370339)
- [how to](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content)

---

Expand All @@ -597,25 +587,40 @@ gitGraph:
layout: section
---

# Bonus
# Bonus slides

<emojione-party-popper class="text-50" />


---

## Archiving code with <a href="https://zenodo.org/">Zenodo</a>
# Resources <emojione-books />

<div class="flex flex-row justify-between w-8/10">
<div>

- [git - the simple guide](https://rogerdudler.github.io/git-guide/)
- [GitHub Git Guides](https://github.com/git-guides/)
- [Atlassian git tutorials](https://www.atlassian.com/git/tutorials)
- [Think like (a) Git](https://think-like-a-git.net/)
- [Git best practices](https://sethrobertson.github.io/GitBestPractices/)

<div class="text-6xl">
assign DOIs <mdi-code-brackets class="text-green-500"/> to your code <mdi-file-code-outline class="text-amber-500"/>
</div>
<div>

- [Command line Git](https://docs.gitlab.com/ee/gitlab-basics/start-using-git.html)
- [Pro Git book](https://www.git-scm.com/book/en/v2)
- [GitLab git cheat sheet](https://about.gitlab.com/images/press/git-cheat-sheet.pdf)
- [GitHub git cheat sheet](https://training.github.com/downloads/github-git-cheat-sheet/)
- [The art of the commit](https://alistapart.com/article/the-art-of-the-commit/)

</div>
</div>

- [random example](https://zenodo.org/record/8370339)
- [how to](https://docs.github.com/en/repositories/archiving-a-github-repository/referencing-and-citing-content)

---

<a href="https://git-school.github.io/visualizing-git">https://git-school.github.io/visualizing-git</a>
Playground: <a href="https://git-school.github.io/visualizing-git">https://git-school.github.io/visualizing-git</a>

<iframe src="https://git-school.github.io/visualizing-git" title="https://git-school.github.io/visualizing-git"></iframe>

0 comments on commit 7803989

Please sign in to comment.