티스토리 뷰

매뉴얼

git 명령어_수정중..

feelname7 2019. 2. 2. 21:25


git init


git 업로드 - add -> commit -> push


git add .


git commit -m "commit-message"           // "commit-message"는 아무 문자열이나 상관없습니다.


git push heroku master

댓글