본문 바로가기
Git

쉽게 따라하는 Git 독학 _ Github repository (윈도우)

by Ecoder 2023. 1. 12.

Git 독학 _ Github repository (윈도우)

 

1. Github란?

    - git을 온라인에 업로드하는 공간

    - git을 온라인에서 관리하여, 다른 컴퓨터 혹은 협업 시 사용하는 웹호스팅 서비스

 

 

2. Github 사이트: https://github.com/

 

GitHub: Let’s build from here

GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat...

github.com

 

 

3. Github repository (저장소) 생성

 

Github 회원가입 후 오른쪽에 + 버튼 클릭 후 New repository 클릭

 

 

Repository name에 원하는 저장소 이름 입력

Public(전체 공개)과 Private(전체 비공개) 둘 중 원하는 것을 선택 후 Create repository 클릭

 

Github Repository 생성 완료

 

반응형

댓글