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
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
Maximilian Konzack
git-seminar
Commits
e366dad5
Verified
Commit
e366dad5
authored
6 years ago
by
ck85nori
Browse files
Options
Downloads
Patches
Plain Diff
makes breaks dynamic
no more breaks sections
parent
cd6675e1
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
+17
-11
17 additions, 11 deletions
basics.html
with
17 additions
and
11 deletions
basics.html
+
17
−
11
View file @
e366dad5
...
...
@@ -54,6 +54,9 @@
1. intro and installation
1. setup and local repositories
1. remote repositories and collaboration
note:
- we have dynamic breaks, try at most 90 minutes without break
</section>
<section
id=
"intro-version-control"
data-markdown
>
...
...
@@ -326,16 +329,12 @@
</section>
</section>
<section
id=
"break-1"
data-markdown
>
# break
notes:
- keep break short, only for installation
</section>
<section>
<section
id=
"setup"
data-markdown
>
# setup
notes:
- add **break** here if needed
</section>
<section
id=
"setup-cli"
data-markdown
>
...
...
@@ -417,6 +416,9 @@
git config --global alias.unstage 'reset HEAD --'
git config --global alias.lol \
'log --graph --decorate --oneline --all'
# show config
git config --list
```
notes:
...
...
@@ -451,6 +453,9 @@
<section
id=
"cli-basic"
data-markdown
>
# git command line
## local repositories
notes:
- add **break** here if needed
</section>
<section
id=
"cli-create-repository"
data-markdown
>
...
...
@@ -635,6 +640,7 @@
## aka legal shit
notes:
- add **break** here if needed
- unfortunately, we have to talk about this
- go back to initial commit
- initial commit should contain not just readme but license, too
...
...
@@ -670,10 +676,6 @@
</section>
</section>
<section
id=
"break-2"
data-markdown
>
# break
</section>
<!---------------------------------------------------------------------
<!-- distributed
<!-------------------------------------------------------------------->
...
...
@@ -682,6 +684,9 @@
<section
id=
"distributed"
data-markdown
>
# distributed
## version control system
notes:
- add **break** here if needed
</section>
<section
id=
"distributed-local"
data-markdown
>
...
...
@@ -809,6 +814,7 @@
# collaboration
notes:
- add **break** here if needed
- we: create new repo
- group: fork and clone, remote add upstream, lol
- next slide, explain img
...
...
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