위로
아래
Local 저장소 설정
Local 저장소로 쓸 폴더 생성
git bash를 열어서 해당 레파지토리 접근
cd 경로
git 초기설정
git init
유저 설정
git config --global user.name "gaesol2"
git config --global user.email "gaesol@tistory.com"
sts4 연결
window -> perspective -> git
Clone a Git repository
Location URI에 GitHub Repository 주소 붙여넣기
Authentication에 User, Password 입력
branch선택
Local 저장소 선택
우클릭 -> import project
perspective -> Java
새로 들어온 프로젝트 우클릭 -> configure -> add gradle nature
gradle -> refresh
로컬 저장소에 commit
java perspective에서 작업하다가
프로젝트 우클릭 -> Team -> Share Project -> Local 저장소 선택
프로젝트 우클릭 -> Team -> Commit
초록색 ++클릭 -> Commit Mesaage입력 (버전 관리를 위해 알아볼 수 있도록) -> Commit
프로젝트 우클릭 -> Push to origin
https://proglish.tistory.com/97