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

잔글 (봇: 자동으로 텍스트 교체 (-<source lang='cli'> +<source lang='console'>))
 
4번째 줄: 4번째 줄:
==실습==
==실습==
*사전작업: [[git config]], [[git init]], [[git commit]] 실습
*사전작업: [[git config]], [[git init]], [[git commit]] 실습
<source lang='cli'>
<source lang='console'>
root@zetawiki:~/workspace/hello# git show
root@zetawiki:~/workspace/hello# git show
commit 6b64f28145fc1409dc43eb80bf671e44e14fd501
commit 6b64f28145fc1409dc43eb80bf671e44e14fd501

2016년 3월 29일 (화) 10:29 기준 최신판

1 개요[ | ]

git show

2 실습[ | ]

root@zetawiki:~/workspace/hello# git show
commit 6b64f28145fc1409dc43eb80bf671e44e14fd501
Author: gituser1 <gituser1@zetawiki.com>
Date:   Tue Mar 1 23:46:39 2016 +0900

    hello world!

diff --git a/greet.txt b/greet.txt
new file mode 100644
index 0000000..3b18e51
--- /dev/null
+++ b/greet.txt
@@ -0,0 +1 @@
+hello world

3 같이 보기[ | ]

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