Git

GitHub Repositories에 프로젝트 올리기

pjh8838 2024. 4. 25. 18:36
반응형

1. git 설치 ( main branch )

https://git-scm.com/downloads

 

Git - Downloads

Downloads macOS Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific exp

git-scm.com

 

2. github repositories에 저장소 새로 만들고 주소 복사

 

3. 프로젝트 폴더 우클릭 후 gitbash 

 

4. 초기설정

이름을 한글로 해도 되는지 모르겠음

5. 파일 준비

git init = 선택한 폴더를 로컬 저장소로 만듬 .git 폴더가 생기고 이곳에 버전이 저장

 

6. 업로드

 

 

7. 깃허브 저장소 확인

 

728x90
반응형