Git/error
[Git error] Your local changes to the following files would be overwritten by checkout
빅토리_
2017. 11. 27. 22:14
에러메시지
Your local changes to the following files would be overwritten by checkout
-> checkout을 하면 아래의 파일들이 덮어씌어질 것이다.
해결 방법
add와 commit을 진행한 후 branch를 이동하면 됩니다.