Advertisement
gusibsd

Untitled

Oct 23rd, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. 22:29:13 warning: push.default is unset; its implicit value has changed in
  2. 22:29:13 Git 2.0 from 'matching' to 'simple'. To squelch this message
  3. 22:29:13 and maintain the traditional behavior, use:
  4. 22:29:13
  5. 22:29:13 git config --global push.default matching
  6. 22:29:13
  7. 22:29:13 To squelch this message and adopt the new behavior now, use:
  8. 22:29:13
  9. 22:29:13 git config --global push.default simple
  10. 22:29:13
  11. 22:29:13 When push.default is set to 'matching', git will push local branches
  12. 22:29:13 to the remote branches that already exist with the same name.
  13. 22:29:13
  14. 22:29:13 Since Git 2.0, Git defaults to the more conservative 'simple'
  15. 22:29:13 behavior, which only pushes the current branch to the corresponding
  16. 22:29:13 remote branch that 'git pull' uses to update the current branch.
  17. 22:29:13
  18. 22:29:13 See 'git help config' and search for 'push.default' for further information.
  19. 22:29:13 (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  20. 22:29:13 'current' instead of 'simple' if you sometimes use older versions of Git)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement