배운 내용github (clone, branch, merge)DML 심화streamlit 과 mysql 연동streamlit 구현web crawling첫 단위 프로젝트: 전국 자동차 등록 현황 및 기업 FAQ 조회 시스템토이 프로젝트 1. githubgithub에 new repo 생성시 readme.md 포함, 멤버 초대git clone (local folder > github repo url copy > git clone [url]branch : main feature별로 개발, develop에서 merge 및 확인 , 최종 main에서 반영feature별 개발시 develop을 git pull, push 하면서 하기create feature branch(local) > publish branch (l..