github업로드1 2021-07-12 (91일차)GITHUB 업로드 방법 php 10강~12강 1. 새로운 리포지터리 만들기 옵션 건들지 않기 2. 바탕화면에 폴더 만들기 3. command 창 열기 방법1) 폴더 안에서 cmd 검색+엔터 방법2) code로 열기(vs코드) + ctrl과~ 동시에 누르기 4. git init 5. git config user.name "내이름" 6. git config user.email "내이메일" 7. git remote add origin 주소 8. command창 닫은 후, 코딩작업 끝난 후, 저장 후 다시 command창 열기 9. git add . 10. git commit -m "메시지내용" 11. git push origin master -- the end -- < command창에.. 2021. 7. 14. 이전 1 다음