"Git reflog"의 두 판 사이의 차이

(새 문서: ==개요== ;git reflog ==실습== *사전작업: git reset 실습 <source lang='cli'> root@zetawiki:~/workspace/hello# git reflog 6b03476 HEAD@{0}: reset: moving to 6b03476 c88bf...)
 
4번째 줄: 4번째 줄:
==실습==
==실습==
*사전작업: [[git reset]] 실습
*사전작업: [[git reset]] 실습
<source lang='cli'>
root@zetawiki:~/workspace/hello# git log
commit 6b0347639d7cb7a6a2f9d9c2eb239c66f152562a
Author: gituser1 <gituser1@zetawiki.com>
Date:  Wed Mar 2 00:09:16 2016 +0900
    hello world!
</source>
<source lang='cli'>
<source lang='cli'>
root@zetawiki:~/workspace/hello# git reflog
root@zetawiki:~/workspace/hello# git reflog
10번째 줄: 18번째 줄:
6b03476 HEAD@{2}: commit (initial): hello world!
6b03476 HEAD@{2}: commit (initial): hello world!
</source>
</source>
:→ reset 이력까지 확인 가능


==같이 보기==
==같이 보기==

2016년 3월 2일 (수) 00:25 판

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 }}