파크로그
article thumbnail

터미널 명령어 -> git init

 

github 이동 > git repository 생성

 

해당 URL 복사

 

git remote add origin `URL`

ex) git remote add origin github.com/healtheloper/movie_app_2020

 

git add .

git commit -m "title"

ex) git commit -m "#1.1 Creating a Github Repository"

 

git push origin master

 

profile

파크로그

@파크park

포스팅이 좋았다면 "좋아요❤️" 또는 "구독👍🏻" 해주세요!