My impression is that a "git push" is you submitting the changes to the remote repo, but a "git pull" *request* is asking Rich to review/pull your changes.
If github land, this would involve Rich looking at his "fork queue" in the GUI and going "accept accept accept", or doing a command line "git pull". -- On Wed, Jun 17, 2009 at 1:07 PM, Mark Volkmann <[email protected]>wrote: > I think you've got that backwards. A "git push" is how I would ask the > remote repo to accept my changes. A "git pull" says I want to update my > local repo with changes someone made in the remote repo. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Clojure" group. To post to this group, send email to [email protected] Note that posts from new members are moderated - please be patient with your first post. To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/clojure?hl=en -~----------~----~----~----~------~----~------~--~---
