반응형
Notice
Recent Posts
Recent Comments
Link
관리 메뉴

bro's coding

git.status 본문

[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)
반응형

'[IT] > git' 카테고리의 다른 글

git.sourcetree.log.history  (0) 2020.09.06
git log  (0) 2020.09.06
git.sourcetree.commit  (0) 2020.09.06
git.add.-A.commit.-m  (0) 2020.09.06
git.config.user.name/email  (0) 2020.09.06
git.sourcetree.download  (0) 2020.09.06
git.install  (0) 2020.09.06
git. init  (0) 2020.09.06
Comments