일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
Tags
- sql
- Git
- dockercmd
- 에이치투데이터베이스
- httppie
- JDBC connection pool
- 이해와 원리
- 임베디드타입
- JPA값타입
- springbootproxy
- JPA프록시
- javageneric
- JPAproxy
- gitinitial
- JPA Hint & Lock
- MySqlType
- embededtype
- jpqlquery
- jpa
- OSIV
- springbootH2
- 스프링부트기본설정
- 데이터베이트h2
- 자바제너릭
- springboot기본설정
- spring
- Open EntityManager
- 스프링부트
- JPAmapping
- 제이피큐엘쿼리
Archives
- Today
- Total
목록Git (2)
빡코
[git] 생성 및 기초 다루기
보호되어 있는 글입니다.
tools/git
2023. 12. 29. 01:24
(수정요) 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