Appendix D — Git and Terminal Commands
D.1 Git
git status
git add .
git commit -m "Add Python notes"
git log --onelineD.2 File system
pwd
ls -la
mkdir data
cd dataD.3 Quarto
quarto preview
quarto render
quarto checkRun these commands from the project directory.