WEB/Git

터미널로 git push

hwahaha 2023. 12. 29. 00:18

터미널 창 실행

git init - 깃을 시작한다는 뜻

git remote add origin 깃허브 repository 주소

gitignore 파일 생성

git add .

git commit -m "메세지 작성"

git push( 최초 1회 안에서 git push --set-upstream origin main)