Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2014
189
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.57 KB | None | 0 0
  1. [Oct22 17:28]/gituw/ks-cm$ git status
  2. On branch master
  3. Your branch is ahead of 'origin/master' by 1 commit.
  4. (use "git push" to publish your local commits)
  5. nothing to commit, working directory clean
  6.  
  7. [Oct22 17:28]/gituw/ks-cm$ git push
  8. warning: push.default is unset; its implicit value has changed in
  9. Git 2.0 from 'matching' to 'simple'. To squelch this message
  10. and maintain the traditional behavior, use:
  11.  
  12. git config --global push.default matching
  13.  
  14. To squelch this message and adopt the new behavior now, use:
  15.  
  16. git config --global push.default simple
  17.  
  18. When push.default is set to 'matching', git will push local branches
  19. to the remote branches that already exist with the same name.
  20.  
  21. Since Git 2.0, Git defaults to the more conservative 'simple'
  22. behavior, which only pushes the current branch to the corresponding
  23. remote branch that 'git pull' uses to update the current branch.
  24.  
  25. See 'git help config' and search for 'push.default' for further information.
  26. (the 'simple' mode was introduced in Git 1.7.11. Use the similar mode
  27. 'current' instead of 'simple' if you sometimes use older versions of Git)
  28.  
  29. Counting objects: 42, done.
  30. Delta compression using up to 8 threads.
  31. Compressing objects: 100% (37/37), done.
  32. Writing objects: 100% (42/42), 6.88 KiB | 0 bytes/s, done.
  33. Total 42 (delta 20), reused 0 (delta 0)
  34. remote:
  35. remote: Create pull request for master:
  36. remote: https://git.s.uw.edu/projects/CURMGMT/repos/ks-cm/compare/commits?sourceBranch=refs/heads/master
  37. remote:
  38. To ssh://git@git.s.uw.edu/curmgmt/ks-cm.git
  39. 739882a..2640a96 master -> master
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement