본문 바로가기

react

리액트_webStrom git 연동하기

1. git을 다운로드 받는다.  window로 깔면 된다.

https://git-scm.com/downloads

 

Git - Downloads

Downloads Mac OS X Windows Linux/Unix Older releases are available and the Git source repository is on GitHub. GUI Clients Git comes with built-in GUI tools (git-gui, gitk), but there are several third-party tools for users looking for a platform-specific

git-scm.com

2. exe 파일 실행한 다음에 모두 next 하고 install한다.

3. 재부팅한다. 

4. webStrom을 연다.

VCS->import -> share github

깃허브 로그인

share를 누르고 add를 누른다. 

VCS에 들어가서 commit을 한다.

commit and push를 누르고 set and commit을 하면 깃에 올라가 있는 것을 알 수 있다.

 

반응형

'react' 카테고리의 다른 글

리액트 _18_React_memo, callback  (0) 2020.05.23
리액트 _17_React_검색창 만들기  (0) 2020.05.23
리액트 공부할 때 참고자료  (0) 2020.05.23
리액트 _16_React_useState, useEffect  (0) 2020.05.23
리액트 _15_React_prop 사용법_2  (0) 2020.05.23