Are you crazy, human?
로그인
Are you crazy, human?
로그인
Git Mistakes
Human Being
·
2024년 8월 22일
팔로우
0
0
Git
목록 보기
3/3
1. 이미 commit 했는데...
git add ~~
git commit --amend
Commit message를 수정할 필요가 없다면
git commit --amend --no-edit
2. 이미 push 했는데...
git reset --soft HEAD^{index}
index 만큼의 최근 commit까지 취소하고 되돌아간다
다시 커밋하고
git push -f
Human Being
alive
팔로우
0개의 댓글
댓글 작성