포스트

Git

Git

Push 한 Commit 이름 변경


  • git commit --amend -m "이름"
  • git push --force

Github Desktop Commit Amend, Undo, Revert


  • Amend: Commit 이름, 설명 수정
  • Undo: Commit 취소 (변경 내용은 바뀌지 않음)
  • Revert: Commit 변경 내용을 되돌리는 또 다른 Commit 생성

config core.ignorecase false


  • git config core.ignorecase false: 대소문자 구분 무시 설정 해제
  • git rm -r --cached .
  • git add .

메모


이 기사는 저작권자의 CC BY 4.0 라이센스를 따릅니다.