1. 레포지토리 생성 먼저 레포지토리를 생성해볼게요. new 버튼을 눌러 레포지토리를 생성해줍니다! 적당히 리포지토리 이름과 설명을 적고하단에 create Repository를 눌러 만들어줍니다. 2. 로컬과 연결 3. 명령어 입력 터미널에서 해당 플젝위치에 들어가준다. git init git commit -m "커밋 제목" git remote add orign git push origin main 4. 커밋 완료! https://github.com/dumi33/firstNext GitHub - dumi33/firstNext: next.js 프로젝트입니다.next.js 프로젝트입니다. Contribute to dumi33/firstNext development by c..