Git'i bir süredir kullanıyorum ve yakın zamanda sadece bu uyarı mesajını bulmaya çalıştığımda bulmak için bir güncelleme indirdim 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
Açıkça belirtilen değerlerden birine ayarlayabilirim, ama ne anlama geliyor? Arasındaki fark nedir simple
ve matching
?
Bir istemcide değiştirirsem depoları paylaştığım diğer istemcilerde herhangi bir şey yapmam gerekir mi?