본문 바로가기
카테고리 없음

til

by Node.js 주니어 개발자 귤 2023. 1. 6.

git add . 취소 ->  git reset HEAD [file] 

 

git commit 취소 -> git reset HEAD^ 

 

commit 명령어 변경 -> git commit –amend 

 

스테이싱 -> git stash

 

스테이싱 취소 -> git stasg pop