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

(새 문서: ==개요== ;git status <source lang='cli'> testuser@zetawiki:~/workspace/hello$ git status On branch master Initial commit nothing to commit (create/copy files and use "git add" to...)
 
2번째 줄: 2번째 줄:
;git status
;git status


==실행예시==
<source lang='cli'>
testuser@zetawiki:~/workspace/hello$ git init
Initialized empty Git repository in /home/testuser/workspace/hello/.git/
</source>
<source lang='cli'>
<source lang='cli'>
testuser@zetawiki:~/workspace/hello$ git status
testuser@zetawiki:~/workspace/hello$ git status

2016년 2월 10일 (수) 17:07 판

1 개요

git status

2 실행예시

testuser@zetawiki:~/workspace/hello$ git init
Initialized empty Git repository in /home/testuser/workspace/hello/.git/
testuser@zetawiki:~/workspace/hello$ git status
On branch master

Initial commit

nothing to commit (create/copy files and use "git add" to track)

3 같이 보기

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