Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
git-seminar
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Scientific Computing
education
git-seminar
Commits
fba0e636
Verified
Commit
fba0e636
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
improves notes about staging area
parent
54f535c4
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basics.html
+9
-9
9 additions, 9 deletions
basics.html
with
9 additions
and
9 deletions
basics.html
+
9
−
9
View file @
fba0e636
...
@@ -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


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
>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment