일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- 자바제너릭
- spring
- springbootH2
- 임베디드타입
- sql
- 스프링부트
- Open EntityManager
- 제이피큐엘쿼리
- jpqlquery
- JDBC connection pool
- 에이치투데이터베이스
- embededtype
- javageneric
- 데이터베이트h2
- JPAmapping
- springboot기본설정
- gitinitial
- 스프링부트기본설정
- MySqlType
- JPA Hint & Lock
- httppie
- springbootproxy
- dockercmd
- Git
- JPA프록시
- JPA값타입
- 이해와 원리
- jpa
- OSIV
- JPAproxy
Archives
- Today
- Total
목록Nonclassified (1)
빡코
(수정요) git
최근 commit으로 가기 cd \업로드 하고자 하는 디렉토리로 이동 git init git remote add origin [repostory 주소] git remote -v //주소확인 git remote remove origin 처음 프로젝트를 push할 경우에는 히스토리를 합쳐줘야 한다. 이렇게 refusing to merge unrelated histories git pull origin 브런치명 --allow-unrelated-histories **--allow-unrelated-histories 이 명령 옵션은 이미 존재하는 두 프로젝트의 기록(history)을 저장하는 드문 상황에 사용된다고 한다. 즉, git에서는 서로 관련 기록이 없는 이질적인 두 프로젝트를 병합할 때 기본적으로 거부하..
Nonclassified
2019. 12. 18. 15:26