원격저장소 가져오기 1. 폴더생성 2. git init 3. git remote add origin https://github.com/imse0109/FrontEnd.git 4. git remote -v 5. git fetch 6. git pull https://github.com/imse0109/FrontEnd.git