git init으로 저장소를 정상적으로 만들고, yml 파일을 github에 push 실행 시 발생했던 내용이다. 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 PS D:\docker-compose\cassandra> git commit -m "upload docker-compose.yml file" On branch master Your branch is up to date with 'origin/master'. Untracked files: docker-compose.yml nothing added to commit but untracked files present PS D:\docke-compose\cassandra> git status On branch maste..