Appendix D — Git and Terminal Commands

D.1 Git

git status
git add .
git commit -m "Add Python notes"
git log --oneline

D.2 File system

pwd
ls -la
mkdir data
cd data

D.3 Quarto

quarto preview
quarto render
quarto check

Run these commands from the project directory.