Notice
Recent Posts
Recent Comments
Link
«   2025/01   »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31
Tags
more
Archives
Today
Total
관리 메뉴

forDevLife

[git] git add 취소하기, git commit 취소하기, git push 취소하기 본문

Etc

[git] git add 취소하기, git commit 취소하기, git push 취소하기

JH_Lucid 2021. 8. 10. 01:25

1. git add 취소 -> git reset HEAD "파일명" : 파일명 안쓰면 모두 stage에서 내림

 

2. git commit 취소 

-> 먼저 git log로 commit 목록 확인

 

+ commit message 변경 : git commit --amend

3. git push 취소

 

https://gmlwjd9405.github.io/2018/05/25/git-add-cancle.html

Comments