Estou usando o Git há algum tempo e baixei recentemente uma atualização apenas para encontrar essa mensagem de aviso quando tento 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
Obviamente, posso defini-lo com um dos valores mencionados, mas o que eles significam? Qual é a diferença entre simple
e matching
?
Se eu alterá-lo em um cliente, precisarei fazer algo em outros clientes com os quais compartilho repo?