github 등록 > PYTHON 프로그래밍

본문 바로가기

PYTHON 프로그래밍

PYTHON 프로그래밍

3. github 등록

페이지 정보

작성자 관리자 댓글 0건 조회 6,565회 작성일 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
 


Copyright © LEELAB.CO.KR. All rights reserved.