PYTHON 프로그래밍

본문 바로가기
사이트 내 전체검색


PYTHON 프로그래밍
PYTHON 프로그래밍

3. github 등록

페이지 정보

작성자 관리자 댓글 0건 조회 3,644회 작성일 19-01-19 19:40

본문

3. github 등록

…or create a new repository on the command line


echo "# foodchain_common_lib" >> README.md
git init git add README.md
git commit -m "first commit"
git remote add origin https://github.com/leelab-co-kr/foodchain_common_lib.git
git push -u origin master


…or push an existing repository from the command line


git remote add origin https://github.com/leelab-co-kr/foodchain_common_lib.git
git push -u origin master
 

댓글목록

등록된 댓글이 없습니다.


개인정보취급방침 서비스이용약관 모바일 버전으로 보기 상단으로

TEL. 063-469-4551 FAX. 063-469-4560 전북 군산시 대학로 558
군산대학교 컴퓨터정보공학과

Copyright © www.leelab.co.kr. All rights reserved.