- 01-CreateDatabase.sql
- 02-Public.sql
- 03-Auth.sql
- 04-TheKnowledgeBank.sql
- 05-StoreKnowledgeBank.sql
- …or create a new repository on the command line
echo "# test" >> README.md
git init
git add README.md
git commit -m "UPLOAD"
git branch -M main
git remote add origin git@github.com:<SSH>
git push -u origin main
- …or push an existing repository from the command line
git remote add origin git@github.com:<SSH>
git branch -M main
git push -u origin main
pull origin main git pull origin main