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 # 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 ## 4 continuous integration
[[continuous-integration]] [[notes/continuous-integration]]
- [CI vs feature branch](https://www.youtube.com/watch?v=v4lijkq6Myfc) - [CI vs feature branch](https://www.youtube.com/watch?v=v4lijkq6Myfc)
- [Cl vs feature branch](https://www.youtube.com/watch?v=IXQEi1O5!OI) - [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 - console is the device: -> terminal is program inside that device
- terminal -> text input output environment (can be remote) - terminal -> text input output environment (can be remote)
- windows terminal - windows terminal
- [[shell]] -> program which the terminal/console sends input to which sends command to the OS - [[notes/shell]] -> program which the terminal/console sends input to which sends command to the OS
- [[unix-shell]] - [[notes/unix-shell]]
- powershell - powershell
- cmd - cmd
- bash, fish, zsh, ksh, sh, tsch - bash, fish, zsh, ksh, sh, tsch

View File

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

View File

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

View File

@ -7,7 +7,7 @@ tags:
# git # git
- Git is a tool to track changes to sets of file - 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 ## 1 Team git protocols