私はしばらく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, use:
git config --global push.default simple
私は明らかにそれを上記の値の1つに設定できますが、それらはどういう意味ですか?違いは何だsimple
とはmatching
?
1つのクライアントで変更した場合、リポジトリを共有している他のクライアントで何かする必要がありますか?