참고 자료:

careerkarma.com/blog/git-nothing-to-commit-working-directory-clean/

 

git conflict을 해결하고 난 뒤에 아래와 같은 메세지가 나올때가 있다.

이 뜻은 merge할때 일어난 충돌을 해결하고

$ git add xxx,

$ git commit -m "merge conflict solved"

라고 하고 나면 

origin/master와 master의 상태가 동일함으로 working directory clean이라고 뜨게 되는 것이다.

backlog.com/git-tutorial/kr/stepup/stepup2_7.html

On branch master
Your branch is up to date with 'origin/master'.

nothing to commit, working tree clean

 

 

+ Recent posts