github/사용법

Github 사용법

ITGenerations 2018. 7. 22. 18:26

출처


강의자료

Git 강의.pdf

강사 진유림


1. Git 설치

https://git-scm.com/


2. Github 계정생성

https://github.com/


3. SourceTree 설치

https://www.sourcetreeapp.com/


4. 

윈도우는 cmd을 실행 후 git bash를 실행

맥은 teminal을 실행 후 'git'을 쳐본다

git이 실행되면 정상


https://www.sli.do/

E984



5. vscode 설치


GUI는 사용하지 못하는 명령어도 많다.


수업목표

GUI로 Git을 이해하고, CLI를 정복






1. git - create new repository - put name , none check READ ME (Initialize this repository with a README

This will let you immediately clone the repository to your computer. Skip this step if you’re importing an existing repository)


README로이 저장소를 초기화하십시오. 

이렇게하면 즉시 저장소를 컴퓨터에 복제 할 수 있습니다. 기존 저장소를 가져 오는 경우이 단계를 건너 뜁니다. 

출처









실습