git - sourcetree
HappyCoding/git

git - sourcetree

mac에서 open . 

window에서는  start .

 

 

 

 

staging area : git add 명령어 이용해 추가할 당시 상태

 

 

working directory : 나중에 추가한 내용 들어있다.  staging area에는 포함이 되어있지 않은 내용 들어있다.

 

 

staging이 된 이후에 수정된 내용들은 unchanged file 여기에 올라와있다.

a.txt는 modified 되어있고, tracking이 되어있는 상태인 것을 확인할 수 있다.

 

'HappyCoding > git' 카테고리의 다른 글

git branch 사용  (0) 2021.05.01
git tag  (0) 2021.05.01
git 명령어  (0) 2021.05.01
TIL git log 예쁘게 만들기.  (0) 2021.05.01
Window CMDER용 명령어  (0) 2021.04.30