Skip to content

Commit 681f6ed

Browse files
committed
Add in skeleton for next sections
1 parent a580cc9 commit 681f6ed

File tree

3 files changed

+31
-0
lines changed

3 files changed

+31
-0
lines changed

_quarto.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

2224
format:
2325
html:

version_control/03_remote_git.qmd

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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.

version_control/04_branching.qmd

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
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

0 commit comments

Comments
 (0)