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

makes breaks dynamic

no more breaks sections
parent cd6675e1
No related branches found
No related tags found
No related merge requests found
...@@ -54,6 +54,9 @@ ...@@ -54,6 +54,9 @@
1. intro and installation 1. intro and installation
1. setup and local repositories 1. setup and local repositories
1. remote repositories and collaboration 1. remote repositories and collaboration
note:
- we have dynamic breaks, try at most 90 minutes without break
</section> </section>
<section id="intro-version-control" data-markdown> <section id="intro-version-control" data-markdown>
...@@ -326,16 +329,12 @@ ...@@ -326,16 +329,12 @@
</section> </section>
</section> </section>
<section id="break-1" data-markdown>
# break
notes:
- keep break short, only for installation
</section>
<section> <section>
<section id="setup" data-markdown> <section id="setup" data-markdown>
# setup # setup
notes:
- add **break** here if needed
</section> </section>
<section id="setup-cli" data-markdown> <section id="setup-cli" data-markdown>
...@@ -417,6 +416,9 @@ ...@@ -417,6 +416,9 @@
git config --global alias.unstage 'reset HEAD --' git config --global alias.unstage 'reset HEAD --'
git config --global alias.lol \ git config --global alias.lol \
'log --graph --decorate --oneline --all' 'log --graph --decorate --oneline --all'
# show config
git config --list
``` ```
notes: notes:
...@@ -451,6 +453,9 @@ ...@@ -451,6 +453,9 @@
<section id="cli-basic" data-markdown> <section id="cli-basic" data-markdown>
# git command line # git command line
## local repositories ## local repositories
notes:
- add **break** here if needed
</section> </section>
<section id="cli-create-repository" data-markdown> <section id="cli-create-repository" data-markdown>
...@@ -635,6 +640,7 @@ ...@@ -635,6 +640,7 @@
## aka legal shit ## aka legal shit
notes: notes:
- add **break** here if needed
- unfortunately, we have to talk about this - unfortunately, we have to talk about this
- go back to initial commit - go back to initial commit
- initial commit should contain not just readme but license, too - initial commit should contain not just readme but license, too
...@@ -670,10 +676,6 @@ ...@@ -670,10 +676,6 @@
</section> </section>
</section> </section>
<section id="break-2" data-markdown>
# break
</section>
<!--------------------------------------------------------------------- <!---------------------------------------------------------------------
<!-- distributed <!-- distributed
<!--------------------------------------------------------------------> <!-------------------------------------------------------------------->
...@@ -682,6 +684,9 @@ ...@@ -682,6 +684,9 @@
<section id="distributed" data-markdown> <section id="distributed" data-markdown>
# distributed # distributed
## version control system ## version control system
notes:
- add **break** here if needed
</section> </section>
<section id="distributed-local" data-markdown> <section id="distributed-local" data-markdown>
...@@ -809,6 +814,7 @@ ...@@ -809,6 +814,7 @@
# collaboration # collaboration
notes: notes:
- add **break** here if needed
- we: create new repo - we: create new repo
- group: fork and clone, remote add upstream, lol - group: fork and clone, remote add upstream, lol
- next slide, explain img - next slide, explain img
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment