일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- 데이터베이트h2
- 제이피큐엘쿼리
- javageneric
- 에이치투데이터베이스
- spring
- sql
- gitinitial
- Git
- 임베디드타입
- embededtype
- JPAproxy
- dockercmd
- MySqlType
- 자바제너릭
- springbootH2
- 이해와 원리
- 스프링부트기본설정
- springbootproxy
- 스프링부트
- JPA값타입
- OSIV
- jpqlquery
- Open EntityManager
- httppie
- JDBC connection pool
- jpa
- JPAmapping
- JPA Hint & Lock
- springboot기본설정
- JPA프록시
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