Git status

Jmnote (토론 | 기여)님의 2016년 2월 10일 (수) 17:07 판

1 개요

git status

2 실행예시

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

Initial commit

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

3 같이 보기