Advertisement
Guest User

Untitled

a guest
Nov 24th, 2014
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.56 KB | None | 0 0
  1. warning: push.default is unset; its implicit value is changing in
  2. Git 2.0 from 'matching' to 'simple'. To squelch this message
  3. and maintain the current behavior after the default changes, use:
  4.  
  5. git config --global push.default matching
  6.  
  7. To squelch this message and adopt the new behavior now, use:
  8.  
  9. git config --global push.default simple
  10.  
  11. See 'git help config' and search for 'push.default' for further information.
  12. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  13. 'current' instead of 'simple' if you sometimes use older versions of Git)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement