Notice
Recent Posts
Recent Comments
Link
생각기록
git 오류! [rejected] develop -> develop (fetch first)error: failed to push some refs to 본문
SeSAC 풀스택/git관련
git 오류! [rejected] develop -> develop (fetch first)error: failed to push some refs to
끼록관 2023. 3. 21. 16:34To https://github.com/AHRUMPARK/mini_kushk.git
! [rejected] develop -> develop (fetch first)
error: failed to push some refs to 'https://github.com/AHRUMPARK/mini_kushk.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
To https://github.com/AHRUMPARK/mini_kushk.git
! [rejected] develop -> develop (fetch first)
error: failed to push some refs to 'https://github.com/AHRUMPARK/mini_kushk.git'
hint: Updates were rejected because the remote contains work that you do
hint: not have locally. This is usually caused by another repository pushing
hint: to the same ref. You may want to first integrate the remote changes
hint: (e.g., 'git pull ...') before pushing again.
hint: See the 'Note about fast-forwards' in 'git push --help' for details.
참고 : https://wikidocs.net/17171
07. git merge 와 conflict 해결
## 1. git merge - 브랜치를 병합하는 명령어 - 현재상태의 브랜치에서 다른 `브랜치명` 의 브랜치를 가져와 합친다. ```bash $ git merge 브랜치명 …
wikidocs.net
git status
- HEAD 는 현재 브랜치를 가리키며 master는 병합한 브랜치다.
충돌들을 해결 후
끝
'SeSAC 풀스택 > git관련' 카테고리의 다른 글
git err : Your local changes to the following files would be overwritten by checkout (0) | 2023.02.20 |
---|---|
Git, Branch, Merge 사용법 (0) | 2022.11.15 |
Git hub 사전 지식 용어 (0) | 2022.11.01 |
환경설정 (에디터, GIT, GITHUB 원격저장소 만들고 사용하기) (0) | 2022.10.31 |