과거 프로그래밍 자료들/컴퓨터설정&오류
깃의 레포지토리 변경(git 레포지토리 이름이 바뀌었을 경우), 깃 특정커밋 삭제, 깃 rebase 취소
평부
2022. 8. 23. 22:52
깃 레포지토리 변경
깃 커밋 삭제
https://computer-science-student.tistory.com/540
https://m-myeen.tistory.com/28
깃 rebase 취소
git rebase --abort #rebase 자체 삭제
https://www.delftstack.com/ko/howto/git/undo-rebase-in-git/
https://backlog.com/git-tutorial/kr/stepup/stepup2_8.html
최후의 방법(git reset)