Git(2)
-
[OSS] Git/GitHub 고급 실습
실습준비 : git 설치하기 (git bash) https://git-scm.com/downloads Git - Downloads Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific git-scm.com 1. Rebase 실습 할 GitHub 저장소 Clone 하기 # Rebase 실습할 GitHub 저장..
2020.07.18 -
[OSS] Git/GitHub 기본
실습 준비: 1) 깃허브 회원가입 2) 구름 io 회원가입 실습자료 링크 : bitly.kr/QaVcr4cS3pL 오픈소스 참여를 위한 Git / GitHub 기본 1 오픈소스 참여를 위한 Git/GitHub 기본실습 리얼리눅스 송태웅 docs.google.com 1. Commit 이란? 2. Fork & clone Git clone 1. Fork 부터 진행. # Commit 이란 : 소스파일의 변화분. 변화된 내용이 정리가 되어서 # Fork : GitHub 상에서 복사를 하는 것. (Push 권한 없고, local 환경 사라질 수 도 있어서) #( forked from pytorch/pytorch) # Clone : 다운로드 # 복사를해서 다운로드 받는게 정석. # 오픈소스 pytorch exampl..
2020.07.18