본문 바로가기
git

[git] GitHub 기초

by 상국이 2021. 4. 11.
728x90

 

GitHub?

원격 저장소 - 작업의 백업본을 저장 및 공유할 수 있음

 

원격 레포지토리/ remote Repository?

 : GitHub에서 관리하는 repository

 

Local Repository?

 : 컴퓨터에 있는 repository

 

Push?

 : LocalRepository commit한 내용을 remote repository에 반영하는 것

* PUBLIC REPOSITIRY : 본인의 remote repository의 주소만 알면 내용 확인 및 저장할 수 있음

  - 본인, remote repository의 collaborator만 push할 수 있음

 

README.md

: 프로젝트의 설명, 주요 사용법, 실행시키기 위한 사전작업등의 내용들이 적혀 있음

 

https://developing-countries.tistory.com/4

 

3. Git 기본 명령어 정리

기초 명령어 git init : 빈 Repository를 생성 git config user.name "이름" : 이름 설정 git config user.email : "이메일@주소" : 이메일 주소 git commit -m "commit에 관한 정보" : commit 버전 관리 대상..

developing-countries.tistory.com

 

728x90

'git' 카테고리의 다른 글

[git] stash  (0) 2021.04.26
[git] pull  (0) 2021.04.26
[git] branch  (0) 2021.04.16
[git] 기본 명령어 정리  (0) 2021.04.11
[git] 기초 용어 설명  (0) 2021.04.11

댓글