yuns
Github에 push한 commit 제거하기 본문
반응형
git log
현재 깃 상태 확인하기
git reset HEAD~[n] # 최근 n개 커밋 되돌리기
깃허브에 커밋 삭제한거 알리기 위해
git push -f origin main
반응형
'github 관리하기' 카테고리의 다른 글
Colab + Github 연동하기 (0) | 2024.03.05 |
---|---|
github돌려보기 (0) | 2022.04.20 |
.gitignore 업데이트하기 (0) | 2022.04.13 |
git stash (0) | 2021.06.15 |
github에 파일 올리기 (0) | 2021.06.14 |
Comments