Contents
접기
728x90
GitHub 레포지토리 생성
먼저 unity업로드를 위해 GitHub레포지토리 생성부터 해보자.
(1) 깃허브에 들어가서 로그인하면 자신의 깃허브에 Repositories가 있다. 거기서 New 를 누른다.
(2) Repository name을 입력하고, Public(전체공개)할건지 Private(본인만) 할건지 고른다
(3) [유니티 기준] Add .gitignore에서 unity를 찾아준다. (*유니티가 아니면 안해도됨)
Create repository를 눌러준다.
우선 레포지토리 완성! 이제 GitHub Desktop을 통해 업로드를 해보자.
⭐️ 다음편 바로가기 [Github] Mac GitHub Desktop을 통해 Unity GitHub에 업로드하기
[Github] Mac GitHub Desktop이용하기
unity 게임을 깃허브에 push 하고 싶어서 찾아보고, GitHub Desktop을 사용하기로 결정!(UI가 마음에 들었다)(unity가 아니더라도 비전공생도 이해할 수 있게 github이용법을 적어놨으니 봐주세용😄 실제
dochi-programming.tistory.com
728x90
'GitHub' 카테고리의 다른 글
[GitHub] 사용자 authored and 사용자 committed 오류 (0) | 2025.04.25 |
---|---|
[GitHub] GitHub프로젝트 파일 받아와서 작업 - local branch와 remote branch (0) | 2025.04.18 |
[GitHub] Unable to merge when changes are present on your branch. 오류 (1) | 2025.04.18 |
[Github] 깃허브 개념 알아보기 (2) | 2025.04.07 |
[Github] Mac GitHub Desktop을 통해 Unity GitHub에 업로드하기 (0) | 2025.03.27 |