Git reflog

Jmnote (토론 | 기여)님의 2017년 1월 18일 (수) 01:05 판 (→‎같이 보기)
(차이) ← 이전 판 | 최신판 (차이) | 다음 판 → (차이)

1 개요[ | ]

git reflog

2 실습[ | ]

root@zetawiki:~/workspace/hello# git log
commit 6b0347639d7cb7a6a2f9d9c2eb239c66f152562a
Author: gituser1 <gituser1@zetawiki.com>
Date:   Wed Mar 2 00:09:16 2016 +0900

    hello world!
root@zetawiki:~/workspace/hello# git reflog
6b03476 HEAD@{0}: reset: moving to 6b03476
c88bffe HEAD@{1}: commit: good morning!
6b03476 HEAD@{2}: commit (initial): hello world!
→ reset 이력까지 확인 가능

3 같이 보기[ | ]

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}