Dev metacog/DevOps1 로컬의 신규 프로젝트를 github로 push 1) github에서 repository 생성 2) 로컬에서 가이드에 따라 수행 3) Repository 내 프로젝트 확인 1) github : New 버튼을 눌러 생성 2) github의 "create a new repository on the command line" 가이드에 따라 수행 MINGW64 /d/GitHub/SpringBoot (master) $ echo "# SpringBoot" >> README.md git add README.md git commit -m "first commit" git branch -M main git remote add origin https://github.com/metacogpe/SpringBoot.git git push -u origin main MINGW6.. 2021. 3. 14. 이전 1 다음