질문자 :Marko 나는 잠시 동안 Git을 사용해 왔으며 최근에 업데이트를 다운로드하여 push 하려고 할 때 이 경고 메시지가 나타나는 것을 발견했습니다. warning: push.default is unset; its implicit value is changing in Git 2.0 from 'matching' to 'simple'. To squelch this message and maintain the current behavior after the default changes, use: git config --global push.default matching To squelch this message and adopt the new behavior now, us..