3. github 등록
페이지 정보
작성자 관리자 댓글 0건 조회 4,509회 작성일 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
댓글목록
등록된 댓글이 없습니다.