You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[error] warning: push.default is unset; its implicit value has changed in
[error] Git 2.0 from 'matching' to 'simple'. To squelch this message
[error] and maintain the traditional behavior, use:
[error]
[error] git config --global push.default matching
[error]
[error] To squelch this message and adopt the new behavior now, use:
[error]
[error] git config --global push.default simple
[error]
[error] When push.default is set to 'matching', git will push local branches
[error] to the remote branches that already exist with the same name.
[error]
[error] Since Git 2.0, Git defaults to the more conservative 'simple'
[error] behavior, which only pushes the current branch to the corresponding
[error] remote branch that 'git pull' uses to update the current branch.
[error]
[error] See 'git help config' and search for 'push.default' for further information.
[error] (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
[error] 'current' instead of 'simple' if you sometimes use older versions of Git)
git config --global push.default matching (or git config --global push.default simple) should be called (by the plugin?).
To avoid
git config --global push.default matching
(orgit config --global push.default simple
) should be called (by the plugin?).Script where this action does avoid this message:
The text was updated successfully, but these errors were encountered: