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
85aa8cd7
Verified
Commit
85aa8cd7
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
improves intro section
parent
b4caad9c
Branches
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
basics.html
+29
-25
29 additions, 25 deletions
basics.html
with
29 additions
and
25 deletions
basics.html
+
29
−
25
View file @
85aa8cd7
...
@@ -29,9 +29,9 @@
...
@@ -29,9 +29,9 @@
## for beginner-level git users
## for beginner-level git users
notes:
notes:
- if you have questions ask them right away
- hand out cheat sheets later, no need to write stuff down
- close your laptops
- close your laptops
- hand out cheat sheets later, no need to write stuff down
- if you have questions feel free to interrupt
</section>
</section>
<section
id=
"intro-objectives"
data-markdown
>
<section
id=
"intro-objectives"
data-markdown
>
...
@@ -43,6 +43,31 @@
...
@@ -43,6 +43,31 @@
- collaborate!
- collaborate!
</section>
</section>
<section
id=
"intro-version-control"
data-markdown
>
## about version control
> records changes
what, who, when, why
</section>
<section
id=
"intro-about-git"
data-markdown
>
## about git
### best tool for the job
- simple by design
- powerful if needed
- documentation
- industry standard
notes:
- git name: "the stupid content tracker"
- today we talk about the simple parts
- powerful parts in advanced course
- doc: also means community / stackoverflow entries
</section>
<section
id=
"intro-about-today"
data-markdown
>
<section
id=
"intro-about-today"
data-markdown
>
## about today
## about today
...
@@ -119,22 +144,6 @@
...
@@ -119,22 +144,6 @@
- who, when, why
- who, when, why
</section>
</section>
<section
id=
"motivation-want-structure"
data-markdown
>
## about git
1. **records changes to a *repository***
content, who, when, why
2. **best tool for the job**
technical, usability, community
notes:
- the fact that content is organized in files and directories is
only incidental
- for git to be useful, content has to be text
</section>
<section
id=
"motivation-playground"
data-markdown
>
<section
id=
"motivation-playground"
data-markdown
>
## motivation #2
## motivation #2
### throw-away playgrounds
### throw-away playgrounds
...
@@ -248,13 +257,8 @@
...
@@ -248,13 +257,8 @@
# setup
# setup
notes:
notes:
- git is simple and complex
- installation
- git seems complex for 2 reasons:
- configuration
- you're unfamiliar with command line
- there are a lot of choices
- only X (TODO) theory/internals pages
- I'm gonna dumb it down for you
- aka we'll stick to the simple parts
</section>
</section>
<section
id=
"setup-cli"
data-markdown
>
<section
id=
"setup-cli"
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