GIT11 이클립스 git 활용 (rejected-non-fast-foward) https://velog.io/@soyeon/JAVAEclipse-GitHub-Push-%EC%98%A4%EB%A5%98-%ED%95%B4%EA%B2%B0-rejected-non-fast-forward [JAVA/Eclipse] GitHub Push 오류 해결 (rejected - non-fast-forward) . velog.io 2022. 10. 8. Exception caught during execution of merge command. org.eclipse.jgit.errors.MissingObjectException: Missing unknown d422~~~~ https://m.blog.naver.com/PostView.naver?blogId=legendmic2&logNo=222121276646&proxyReferer= 오류) org.eclipse.jgit.errors.MissingObjectException: Missing unknown // 이클립스 pull 오류 // merge 미적용 Exception caught during execution of merge command. org.eclipse.jgit.errors.MissingObjectExcepti... blog.naver.com 2022. 10. 2. 스프링부트 프로젝트 github에서 내려받기 https://jin2rang.tistory.com/entry/Github%EC%97%90%EC%84%9C-%EC%8A%A4%ED%94%84%EB%A7%81-%EB%B6%80%ED%8A%B8Gradle-%ED%94%84%EB%A1%9C%EC%A0%9D%ED%8A%B8-import-%ED%95%98%EA%B8%B0 GitHub에서 스프링 부트 & Gradle 프로젝트 Import 하기! Git에서 Clone을하고 Clone한 프로젝트를 import하는 방법이다! 빨간색으로 표시된 이 아이콘을 클릭하면 GitRepository를 연결 할 수 있다. Git선택하고 Open 클릭! 만약 이 아이콘이 보이지 않는다면, Window jin2rang.tistory.com 2022. 9. 12. 원격저장소 커밋 되돌리기 https://jupiny.com/2019/03/19/revert-commits-in-remote-repository/ 원격 저장소에 올라간 커밋 되돌리기 Git으로 버젼 관리를 하며 개발하다보면, 작성한 커밋들을 되돌려서 다시 이전 상태로 원상복구하고 싶은 경우가 한번쯤 있을 것이다. 만약 로컬까지만 저장된 커밋인 경우는 $ git reset 명령어를 jupiny.com (로컬) git reset git push -f origin master (원격저장소에 push) 2022. 9. 12. 이전 1 2 3 다음