git stash 로 현재 상태 잠시 저장해두고
git checkout master 현재 상태가 master이면 할 필요 없음
git rebase master
git add .
git rebase --continue rebase에선 commit 대신 continue를 사용한다.
git push
반응형
'도구 > Git' 카테고리의 다른 글
WARNING! Using --password via the CLI is insecure. Use --password-stdin (0) | 2020.11.03 |
---|---|
.git 삭제 명령어 / git 연결끊기 (0) | 2020.10.30 |
fatal : not a git repository (or any of the parent directories): .git (0) | 2020.10.30 |
[GitLab] Permission denied (publickey). (0) | 2020.10.12 |
[GitHub] git에서 master로 branch내용 합치기(브랜치 병합하기) - merge (0) | 2020.03.23 |