File tree Expand file tree Collapse file tree 3 files changed +31
-0
lines changed
Expand file tree Collapse file tree 3 files changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,8 @@ website:
1818 - href : version_control/01_practical.qmd
1919 - href : version_control/02_local_git.qmd
2020 - href : version_control/02_practical.qmd
21+ - href : version_control/03_remote_git.qmd
22+ - href : version_control/04_branching.qmd
2123
2224format :
2325 html :
Original file line number Diff line number Diff line change 1+ ---
2+ title : " 3. Remote git"
3+ subtitle : " Setting up a remote repository as a backup"
4+ format :
5+ html :
6+ respect-user-color-scheme : true
7+ theme :
8+ light : [cosmo, ../theme.scss, styles.scss]
9+ dark : [cosmo, ../theme-dark.scss, styles.scss]
10+ css : ../styles.css
11+ toc : true
12+ ---
13+
14+ - intro git push etc.
Original file line number Diff line number Diff line change 1+ ---
2+ title : " 4. Branching and pull requests"
3+ subtitle : " Branching and pull requests"
4+ format :
5+ html :
6+ respect-user-color-scheme : true
7+ theme :
8+ light : [cosmo, ../theme.scss, styles.scss]
9+ dark : [cosmo, ../theme-dark.scss, styles.scss]
10+ css : ../styles.css
11+ toc : true
12+ ---
13+
14+ - Intro branching
15+ - Testing out branching and pull requests
You can’t perform that action at this time.
0 commit comments