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
아래 블로그에 도움을 받아 순서대로 명령어를 입력하면 업로드가 된다!