"pull" = move to master / merge / implement / integrate
If something's wrong with a patch and a request is made to remove those changes, that's called a "revert".
Here's an example:
A normal "pull" :
https://github.com/dolphin-emu/dolphin/pull/2192
A "revert" :
https://github.com/dolphin-emu/dolphin/pull/2258
Git terminology can be confusing for newcomers. A Git "pull" is NOT the same thing as pulling a product from a store because of quality issues.
(04-02-2015, 10:21 AM)Nfaug Wrote: if its being pulled, dosent that mean somethings wrong with it?
If something's wrong with a patch and a request is made to remove those changes, that's called a "revert".
Here's an example:
A normal "pull" :
https://github.com/dolphin-emu/dolphin/pull/2192
A "revert" :
https://github.com/dolphin-emu/dolphin/pull/2258
Git terminology can be confusing for newcomers. A Git "pull" is NOT the same thing as pulling a product from a store because of quality issues.
