일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- devops
- laravel
- JVM
- redis
- Spring
- Gradle
- jsp
- ReactJS
- java
- javascript
- 맛집
- db
- elasticsearch
- ubuntu
- Design Patterns
- php
- tool
- Spring Batch
- Spring Boot
- AWS
- MySQL
- linux
- 요리
- Git
- Oracle
- Web Server
- jenkins
- springboot
- IntelliJ
- it
Archives
- Today
- Total
아무거나
git pull tracking 정보 관련 에러 본문
반응형
git pull을 실행했으나 tracking 정보가 없어 merge해야 한다고 함.
옵션(-allow-unrelated-histories)을 붙여 로컬 orgin과 리모트 master를 강제적으로 동기화 시킴
ex ) git pull --allow-unrelated-histories origin master
git pull origin master –allow-unrelated-histories
반응형
'Infra > Git & SVN' 카테고리의 다른 글
특정시점으로 되돌리고 그 후에 작업내용들 전부 지우기 (0) | 2019.03.08 |
---|---|
[sourcetree] 클론과 브랜치 스위칭 (0) | 2019.03.08 |
fatal: empty ident name (for <(null)>) not allowed (0) | 2019.03.08 |
github page와 hexo를 통해 블로그 만들기 (0) | 2019.03.04 |
[Github] IDE처럼 Tree형태로 보기(=네비게이션) (0) | 2019.01.30 |
Comments