[IT]/git

git.status

givemebro 2020. 9. 6. 19:20
반응형
$ git status

 

위 명령어를 통해 관리되고 있는 대상의 상태를 확인한다.

PS C:\Users\givemebro\Desktop\test> git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        cat
        mouse

nothing added to commit but untracked files present (use "git add" to track)
반응형