반응형
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- html cell
- Dependency
- html
- Dependency Injection
- Django column 값 가져오기
- Django
- html cell size
- table tag
- Spring
- table cell size
- Django 특정 값 가져오기
- DI
Archives
- Today
- Total
emluy 개발 일기
git push 오류 본문
SMALL
1. 오류 메세지
why? github의 repository와 내 local storage의 commit상태가 같지 않기때문
2. 해결책
2-1.
git fetch <remote이름>
=> git fetch origin
git rebase <remote이름>/<branch이름>
=> git rebase origin/master
2-2.
git pull origin master
git push origin master
반응형
'git' 카테고리의 다른 글
특정 branch 에서 파일 가져오기 (0) | 2020.07.09 |
---|---|
git의 로컬저장소 취소하기 - git init 한 거 취소하고 싶을 때 (0) | 2020.05.04 |
github 원격저장소에 있는 것 지우기 (로컬저장소에 있는 것은 안 건듬) (0) | 2020.04.24 |
git branch merge (0) | 2020.04.23 |
git branch 생성 (0) | 2020.04.20 |
Comments