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 @@ ...@@ -509,19 +509,19 @@
</section> </section>
<section id="internals-staging-area" data-markdown> <section id="internals-staging-area" data-markdown>
## internals ## the staging area
### the staging area
![staging area](img/staging-area.svg) ![staging area](img/staging-area.svg)
notes: notes:
- can I have your attention, please? - **don't demo here! that's done during next slide, this one is
- content can be in three stages about the concept of the staging area**
- we make changes, these are not yet known to git - **call for attention, this is important**
- we prepare a commit by **successively** adding changes to the - in a local git repository, content can be in three stages
staging area - make local changes, these are **not yet** known to git
- we commit this **set of changes** - **prepare** commit adding more and more **changes**
- a commit **should be a logical unit** of changes - **commit** this **set of changes**
- commit **should be a logical unit** of changes
</section> </section>
<section id="cli-git-files" data-markdown> <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