GIT (5) 썸네일형 리스트형 커밋 메시지 수정 git commit --amend 하면 가장 최근 커밋의 메시지를 수정할 수 있음 conflict 후 되돌리고 싶을 때 git reflog 위 명령어로 head의 번호 확인 git reset --hard HEAD@{11} 11번으로 되돌린다 그 후에 status 확인 후 'git pull' https://blankspace-dev.tistory.com/346 [GIT] git reset 또는 여러 명령어 취소하는 방법 (git reflog) 상황 [1] 오늘도 git에 코드를 업데이트하기 위해서 로컬에서 작업을 하고 있는데.. 로컬에만 commit을 해놓고, git push를 하지 않은 상태에서 reset으로 작업한 commit을 날릴 경우.. [2] 이전 커밋에서는 blankspace-dev.tistory.com error: The following untracked working tree files would be overwritten by merge: devonaws.com/git/git-pull-%EB%AA%85%EB%A0%B9-%EC%8B%9C%EC%97%90-untracked-working-tree-files-overwritten-%EB%82%98%EC%98%AC-%EB%95%8C/ git pull 명령 시에 untracked working tree files overwritten 나올 때 - 데보나스 - DEVelopment ON AWS git pull 명령으로 git 저장소에 올려진 commit 을 내려받습니다. $ git pull origin master ... devonaws.com git stash please commit your changes or stash them before you merge gmlwjd9405.github.io/2018/05/18/git-stash.html [Git] git stash 명령어 사용하기 - Heee's Development Blog Step by step goes a long way. gmlwjd9405.github.io jybaek.tistory.com/389 [git] git pull 충돌시 명령. git stash git pull 했을때 아래와 같이 다른 사람의 commit과 충돌이 나는 경우가 발생합니다. [oops]$ git pull remote: Counting objects: 99, done. remote: Compressing objects: .. GIT 명령어 보호되어 있는 글입니다. 이전 1 다음