프로그래밍

[VS Code] VSCode에서 git commit & push 메세지

Reese 2022. 8. 16. 15:49

1. terminal에서 new terminal 열어주기

git add .

2. git commit -m "커밋메세지"

git commit -m "first commit"

3. git push 원격저장소명 브랜치명

git push origin main

원격저장소명은 git remote 로 확인 가능

'프로그래밍' 카테고리의 다른 글

Github commit & push 명령어  (0) 2022.01.31