본문 바로가기
반응형

github5

STS에서 Spring legacy project와 github 연동시 ignore 목록 및 적용방법 먼저 ignore 목록이다. # Created by https://www.toptal.com/developers/gitignore/api/eclipse,java # Edit at https://www.toptal.com/developers/gitignore?templates=eclipse,java mybatis-config.xml log4j.xml lecture target pom.properties .classpath MANIFEST.MF ### Eclipse ### .metadata bin/ tmp/ *.tmp *.bak *.swp *~.nib local.properties .settings/ .loadpath .recommenders # External tool builders .externalTo.. 2023. 2. 27.
이클립스 Git으로 Project 협업하기 1편(관리자 Ver) 이번에 조별 프로젝트를 처음 진행하면서 Git에 대한 소중함을 다시한번 깨닫게 되었다. 그래서 팀장(조장)과 팀원(조원)의 각각의 역활에 따른 이클립스 GitHub연동 및 협업 방법에 대해서 정리해보려고 한다. 1.팀장(프로젝트 관리자)의 역활 먼저 프로젝트를 관리자의 repository에 생성해야한다. 이글을 보고있다면 기본적으로 Github에 가입이 되어있고 Token까지 발급 받았을것이다. Token을 발급받지 않았다면, 구글에서 검색후 Token까지는 발급받아 온 후 이글을 참고하길 바란다. 먼저 기본적으로 구성을 해본 Project의 기본 구성이다. 필요한 Library 파일들과 기본으로 사용해볼수 있는 JSP Template 파일, 그리고 Java source에 JDBC 관련 클래스를 몇개 추.. 2023. 1. 16.
Github에서 이클립스(eclipse)로 프로젝트 가져오기 지난번엔 이클립스와 Github를 연동하는 법을 다뤘다. 연동하는 법은 이전글을 참고하시길 바라며 2022.12.16 - [Study/Tip] - 이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스와 깃허브 연동하는법을 알아보자. 먼저 깃허브(Github)에 로그인을 합니다. https://github.com/ GitHub: Let’s build from here GitHub is where over 94 million developers shape the future of software, together. Contribute yat-ong.tistory.com 오늘은 Github에 업로드 된 프로젝트를 이클립스로 가져오는 방법.. 2022. 12. 20.
이클립스(Eclipse) 와 깃허브(Github) 연동하기 이클립스와 깃허브 연동하는법을 알아보자. 먼저 깃허브(Github)에 로그인을 합니다. https://github.com/ GitHub: Let’s build from here GitHub is where over 94 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, track bugs and feat... github.com 그리고 저처럼 처음 깃허브 회원가입을 하신분들이라면 repository를 새로 생성해주어야한다. repository를 생성하는 방법은 2가지가 있다. 첫째로.. 2022. 12. 16.
반응형