Skip to content
Snippets Groups Projects
Verified Commit fba0e636 authored by ck85nori's avatar ck85nori :railway_track:
Browse files

improves notes about staging area

parent 54f535c4
No related branches found
No related tags found
No related merge requests found
......@@ -509,19 +509,19 @@
</section>
<section id="internals-staging-area" data-markdown>
## internals
### the staging area
## the staging area
![staging area](img/staging-area.svg)
notes:
- can I have your attention, please?
- content can be in three stages
- we make changes, these are not yet known to git
- we prepare a commit by **successively** adding changes to the
staging area
- we commit this **set of changes**
- a commit **should be a logical unit** of changes
- **don't demo here! that's done during next slide, this one is
about the concept of the staging area**
- **call for attention, this is important**
- in a local git repository, content can be in three stages
- make local changes, these are **not yet** known to git
- **prepare** commit adding more and more **changes**
- **commit** this **set of changes**
- commit **should be a logical unit** of changes
</section>
<section id="cli-git-files" data-markdown>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment