[github] 저장소 연결 (로컬에서) Quick setup — if you’ve done this kind of thing before Set up in Desktop or Get started by creating a new file or uploading an existing file. We recommend every repository include a README, LICENSE, and .gitignore. …or create a new repository on the command line echo "# python_study" >> README.mdgit init git add README.md git commit -m "first commit" git remote add origin ..