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

seminar exercise #5

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,7 @@ This template was developed with help from this [tutorial](https://github.com/ev
### 27/10/2022

* Spell checking reviewed, and markdown formatting improved.

### 28/05/2024

* Learning about forks
20 changes: 20 additions & 0 deletions _episodes/01_intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,3 +37,23 @@ Our aim is to be responsive to the needs of the group, both in person and virtua
We ask attendees to follow our [code of conduct](code.html) - essentially be respectful and aware that we all have different backgrounds, experiences and viewpoints.

Let's get started.

## Torvalds' defenition of Git:


GIT - the stupid content tracker

"git" can mean nothing, depending on your mood.

- random three-letter combination that is pronounceable, and not
actually used by any common UNIX command. The fact that it is a
mispronounciation of "get" may or may not be relevant.
- stupid. contemptible and despicable. simple. Take your pick from the
dictionary of slang.
- "global information tracker": you're in a good mood, and it actually
works for you. Angels sing, and a light suddenly fills the room.
- "goddamn idiotic truckload of sh*t": when it breaks

This is a stupid (but extremely fast) directory content manager. It
doesn't do a whole lot, but what it _does_ do is track directory
contents efficiently.