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

docs(sessions): 📝 add summary section #72

Merged
merged 2 commits into from
Mar 7, 2025
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
12 changes: 10 additions & 2 deletions sessions/working-with-files.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ Here are some tips for good naming practices:

`.md` stands for
[Markdown](https://quarto.org/docs/authoring/markdown-basics.html) and
is a plain text file format (a type of file, like Word's `.docx`) that's designed to be easy to write and read.
is a plain text file format (a type of file, like Word's `.docx`) that's
designed to be easy to write and read.

We won't cover how to write Markdown in this workshop. All you need to
know is that we use Markdown files here because it is a common format
Expand Down Expand Up @@ -230,4 +231,11 @@ some of your ideas with your neighbour.

## Summary

- TODO: List of summary items
In this session, we have explored how to work with files on GitHub. In
particular, we have:

- Added files and folders to a GitHub repository
- Renamed, edited, and moved files in the repository
- Deleted files and folders from the repository
- Explored the history of the repository to see the changes that have
been made