romworld

[Git] 프로젝트 업로드 하는 법 본문

etc

[Git] 프로젝트 업로드 하는 법

inderrom 2023. 4. 12. 17:51

파일크기가 100개 미만이거나 작으면 gitHub 안에서 파일 업로드를 통해 가능하지만 안될 경우

 

1. 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

git을 다운 받는다. 

 

2. https://soda-dev.tistory.com/12

 

[GitHub] 깃허브에 프로젝트 올리기

보통은 저장소를 생성한뒤 'Upload files'를 하면 업로드되지만 파일 갯수가 너무 많을 경우 안되므로 큰 프로젝트를 업로드할때는 이 방법으로 하자 1. Git을 설치한다. https://git-scm.com/downloads Git - Do

soda-dev.tistory.com

아래 블로그에 도움을 받아 순서대로 명령어를 입력하면 업로드가 된다!

'etc' 카테고리의 다른 글

[Vue.js] 01 - Vue.js 설치 (VS code 사용)  (0) 2023.05.09
[node.js] 설치  (0) 2023.05.08
[API] KG 이니시스 결제 API 구현 (아임포트)  (0) 2023.02.27
[Mac] lombok 설치하기!  (0) 2023.01.25
[Mac] Maven 설치하기!  (0) 2023.01.25
Comments