Post

git - 잔디가 안 심어질때, git rebase를 이용한 해결법.

잔디가 사라졌다.

맥북을 바꾸면서 git 설정을 해줬는데, 제대로 되지 않은 것 같다.

참고글은 다음과 같다.

https://babbab2.tistory.com/12?category=846263

그런데 git push -f 하는곳에서 잘 되지 않아서

https://parksb.github.io/article/28.html

을 통해 따로 또 커밋설정을 해주었다.

1
2
3
git commit --amend -m "내용"
git rebase --continue
git push -f origin master

해결

This post is licensed under CC BY 4.0 by the author.