1. git init //저장소 초기화
2. git add 파일명(폴더) //파일 및 폴더 추가
3. git commit -m "first commit" //commit
4. git remote add origin URL //원격 저장소 연동
5. git push -u origin master <리모트 저장소 이름> <push할 브랜치 이름> //파일 및 폴더 push
댓글 없음:
댓글 쓰기