본문 바로가기

github3

2021-07-15 (94일차) 깃허브(github)협업방법 GITHUB 1강~10강 - git clone 리포지터리주소 . = git init + git remote add origin 리포지터리주소 + git pull origin master - 깃허브(github) 협업방법 주인이 리포지터리 만들기 settings > Manage access > Invite a collaborator > 협업자 아이디 입력 > Add to this repository 협업자가 메일함에서 수락 클릭 > 완료 파일을 만든 후, cmd창 열기 git init 내 정보 입력하기 (하던대로) (git remote add origin 리포지터리주소, git config user.name "", git config user.email "") code . doc폴더 안에서 작업완료 git.. 2021. 7. 15.
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.
2021-05-10 (28일차) github 기본셋팅, 고정너비레이아웃 con 115강~125강 https://github.com/manyrice/blog https://manyrice.github.io/blog/ - 깃허브 바로가기 링크 깃허브 페이지 세팅 : https://github.com/{아이디}/{리포지터리명}/settings/pages 리포지터리 홈 주소 : https://github.com/{아이디}/{리포지터리명} 깃허브 페이지 주소 : https://{아이디}.github.io/{리포지터리명} 새로고침 적용 안 될 때 : https://{아이디}.github.io/{리포지터리명}/?r=1 - github setting 방법 우측 상단 프로필 > setting > repositories 'main'을 'master'로 변경 후 update 클릭 - 새로운 저장소 만.. 2021. 5. 11.