ronabop’s Techdirt Profile

ronabop

About ronabop




ronabop’s Comments comment rss

  • Jun 11th, 2015 @ 12:30pm

    Push vs. Pull

    It's not a push, it's a pull, but that's a common mis-conception, usually found when people are coming from centralized version management systems.

    In Git, push actions are done to put changes into a local, decentralized, system, and pull requests are used to move from one decentralized system to another.

    White House has repository A.
    Connolly forks/clones A to make repository B.
    Connolly makes changes, and pushes those changes into repository B.
    Connolly then issues a pull request to the white house, asking them to pull changes from repository B to put into repository A.

This site, like most other sites on the web, uses cookies. For more information, see our privacy policy. Got it