forDevLife
[git] git add 취소하기, git commit 취소하기, git push 취소하기 본문
1. git add 취소 -> git reset HEAD "파일명" : 파일명 안쓰면 모두 stage에서 내림
2. git commit 취소
-> 먼저 git log로 commit 목록 확인
+ commit message 변경 : git commit --amend
3. git push 취소
'Etc' 카테고리의 다른 글
[Git] 다른 repository로 프로젝트(브랜치) 옮기기 (0) | 2021.11.28 |
---|---|
resource 내의 파일 업로드 방법(file -> MultipartFile) (0) | 2021.09.29 |
[git] github push 되돌리기 (0) | 2021.09.03 |
[기초]빌드 도구 설명, 메이븐 프로젝트 생성, 의존성 관리 (0) | 2021.06.25 |
[IntelliJ]유용한 단축 모음 (0) | 2021.05.27 |
Comments