-
Notifications
You must be signed in to change notification settings - Fork 0
Git
JaeWon Lee edited this page Aug 19, 2017
·
4 revisions
Commit, Push, Remote Clone... 등등을 도와주는 Gui 툴입니다
설치
- https://www.sourcetreeapp.com/ 접속
- 다운 및 설치
- 설치과정 도중 Atlassian 회원가입은 Google 계정 사용
- 설치과정 도중 Git 저장소는 Github, 인증은 Basic으로, 본인의 Github 로그인
- 클론 생성(선택) 및 로컬 저장소 설정
- 설치완료.
원격 저장소에서 Project 가져오기
- SourceTree -> Remote (Clone을 누르고 직접 URL을 입력해도 무방)
- Clone할 Repository 선택
- 로컬 저장소 선택
- Clone
Eclipse Local Project를 Git에 연동하기
- Github에 올릴 프로젝트 우클릭 -> Team -> Share Project
- Repository 선택
- 이후 SoruceTree 에서 원격 저장소로 Push 가능
로컬 저장소의 Project to Eclipse
3. git-flow
Vincent Driessen’s branching model을 적용하여 고수준으로 저장소를 관리하기 위한 Git 확장 콜렉션
https://danielkummer.github.io/git-flow-cheatsheet/index.ko_KR.html 참조