Git

[Github] Github Desktop을 이용한 프로젝트 업로드 방법 (신규 / 기존)

피치크러스트 2021. 2. 22. 15:58

로컬에서 작업후 github에 올리는 작업이 맨처음에 할때만 해도 어렵게만 느껴졌었다.

간략하게 github desktop을 이용하여 github에 repository를 추가하는 방법 (프로젝트 업로드)을 알아보자!

 

# 기존에 존재하던 프로젝트 업로드

1) File - Add local repository 클릭

2) Choose 클릭후 Local path 등록

3) History 클릭 후 Publish respository 클릭

4) Name 작성 (Description은 선택사항) 후 Publish repository 클릭.

github 안에 Repositories에 추가됨!

# 신규 프로젝트 업로드

1) File - New repository 선택.

2) Name / Local path / Description (선택사항) 입력 후 Create repository 클릭.

3) Publish repository 클릭 후 Name / Description (선택사항) 입력 후 Publish repository 클릭.