Last active
January 4, 2016 20:29
-
-
Save vanpeerdevelopment/8674545 to your computer and use it in GitHub Desktop.
Warning when pushing to a remote for the first time.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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