깃 썸네일형 리스트형 로컬에 존재하는 프로젝트 깃허브에 올리기 1. 깃 허브에서 새 저장소를 만듭니다. (https://github.com/)1, Create a new repository on Github. (https://github.com/) 2. Git Bash를 엽니다.2. Open Git Bash. 3. cd to/your/project/directory 현재 작업하고 있는 디렉토리로 이동합니다.3. Go to the current working directory to your local project. 4. 해당 디렉토리를 깃레포로 초기화해줍니다.4. Initialize the local directory as a Git repository.$ git init 5. 로컬에 있는 파일들을 추가하고 커밋합니다. 5. Add the files in your .. 더보기 이전 1 다음