Skip to content

Instantly share code, notes, and snippets.

@vanpeerdevelopment
Last active January 4, 2016 20:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vanpeerdevelopment/8674545 to your computer and use it in GitHub Desktop.
Save vanpeerdevelopment/8674545 to your computer and use it in GitHub Desktop.
Warning when pushing to a remote for the first time.
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment