auto update

This commit is contained in:
Jet Hughes 2022-04-07 00:10:36 +12:00
parent 9958d8922c
commit d3d25337a0
6 changed files with 13 additions and 13 deletions

View File

@ -6,4 +6,4 @@ tags:
# 08-debugging
[[debugging]]
[[notes/debugging]]

View File

@ -57,7 +57,7 @@ Split current dev path into two to work on e.g., a bug or a feature
## 4 continuous integration
[[continuous-integration]]
[[notes/continuous-integration]]
- [CI vs feature branch](https://www.youtube.com/watch?v=v4lijkq6Myfc)
- [Cl vs feature branch](https://www.youtube.com/watch?v=IXQEi1O5!OI)

View File

@ -10,8 +10,8 @@ tags:
- console is the device: -> terminal is program inside that device
- terminal -> text input output environment (can be remote)
- windows terminal
- [[shell]] -> program which the terminal/console sends input to which sends command to the OS
- [[unix-shell]]
- [[notes/shell]] -> program which the terminal/console sends input to which sends command to the OS
- [[notes/unix-shell]]
- powershell
- cmd
- bash, fish, zsh, ksh, sh, tsch

View File

@ -7,8 +7,8 @@ tags:
# cosc-202-outline
- [[consoles-terminals-shells]]
- [[git]]
- [[ethics-in-cs]]
- [[integrated-development-environments]]
- [[branch]]
- [[notes/consoles-terminals-shells]]
- [[notes/git]]
- [[notes/ethics-in-cs]]
- [[notes/integrated-development-environments]]
- [[notes/branch]]

View File

@ -8,9 +8,9 @@ tags:
## 1 Case studies
1. [[facial-recognition-in-US-riots-2021-01-06]]
2. [[anti-govt-protest-china]]
3. [[how-is-safe-enough-for-autonomous-vehicles]]
1. [[notes/facial-recognition-in-US-riots-2021-01-06]]
2. [[notes/anti-govt-protest-china]]
3. [[notes/how-is-safe-enough-for-autonomous-vehicles]]
### 1.1 Differences 1 vs 2
Govt vs vigilante

View File

@ -7,7 +7,7 @@ tags:
# git
- Git is a tool to track changes to sets of file
- It is the most commonly used [[version-control-system]]
- It is the most commonly used [[notes/version-control-system]]
## 1 Team git protocols