반응형
Eclipse 프로젝트 Github Repository에 업로드하기.
업로드할 새 Repository생성 , HTTPs url복사.
Window > show view > Git Repositories > 우클> ~~~URL
깃허브 레파지토리 url 붙여넣기 , 깃헙 아이디/비번 입력
Brunch: master
파일경로 설정
해당 레파지토리 선택
finish
해당 프로젝트가 [master]로 공유된것을 확인할수있음
우클> Team> Add to Index
Add index후, 다시 우클> Team>Commit
새로운 창이 뜨고, 업로드 파일 확인 및 커맨드 추가 후 > Push and Commit
완료.
되었으면 깃허브 레파지토리에 가서 확인해보자. 프로젝트의 모든 파일들이 업로드 된것을 확인할 수 있다 !
** push rejected error
연결이 끊어졌을때 fetch > marge 후 다시 push 하면 됨.
참조:http://blog.naver.com/PostView.nhn?blogId=sim4858&logNo=220924984480
Fetch from upstream>
git repo > Branches > local> master> marge 완료
다시 push. 성공.
반응형
'Back-end > DEV notes' 카테고리의 다른 글
[linux]Shell / shell script 란 ? (0) | 2019.03.23 |
---|---|
siteMesh 사이트메쉬란? (0) | 2018.12.06 |
형상관리 SVN이란?? SubVersioN (0) | 2018.10.11 |
맥mac / 윈도우window Tomcat Kill 톰캣 죽이기. (1) | 2018.10.08 |
MVC pattern 이란? model2 / model1 (0) | 2018.08.22 |