React

[React] git repository 만들기

꿈나무 김땡땡 2020. 7. 25. 23:27

에디터

  1. 에디터 > 터미널 > git init
  2. 깃허브 > 저장소 만들기 > title : movie_app_2020
  3. 에디터 > 터미널 > git remote add origin https://github.com/grace-kimm/movie_app_2020
 

grace-kimm/movie_app_2020

React JS Fundamental Course (2020 Version). Contribute to grace-kimm/movie_app_2020 development by creating an account on GitHub.

github.com

4. 에디터 > 터미널 > git commit -m "1.0 Creating your react app"

5. 에디터 > 터미널 > git push origin master

6. 깃허브 > refresh 해서 확인