1 / 12

Git commit & push

Git commit & push. 이것은 https 기준 사용하기 쉽다 . ssh 로 할 경우 좀 더 빠르나 조금 복잡한 면이 있다 . - ssh 로 할경우 인증키를 받는 과정을 더하고 , 프로토콜을 ssh 로 해준다 . 참고사이트 http://www.vogella.de/articles/EGit/article.html. 프로젝트에 오른쪽 마우스 클릭 team->share project. Git 선택. Repository 가 없다면 create 으로 만들어준다 . (local).

Télécharger la présentation

Git commit & push

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Git commit & push

  2. 이것은 https기준 사용하기 쉽다. • ssh로 할 경우 좀 더 빠르나 조금 복잡한 면이 있다. -ssh로 할경우인증키를 받는 과정을 더하고 , 프로토콜을 ssh로 해준다. • 참고사이트 • http://www.vogella.de/articles/EGit/article.html

  3. 프로젝트에 오른쪽 마우스 클릭 team->share project

  4. Git선택

  5. Repository가 없다면 create으로 만들어준다. (local)

  6. Create창 이름을 정해주고 finish

  7. 만들었다면 finish

  8. Commit을 해준다. (update)

  9. Commit창이 뜨고 메시지를 적어주고 파일을 선택하고 Commit해준다.

  10. Uri를 적어주고 User Password를 써줌 Protocol은 https (Git global)

  11. Source ref를 선택하고 (Branch를 선택하는 부분) Add spec해준다음 finish

More Related