This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In projects where I only participate in some small areas, I often want to fetch | |
or update just one (or few) particular pull request, without polluting my repo with the full | |
fetch = +refs/pull/*/head:refs/pull/origin/* | |
configuration. To do that, one-off command like | |
git fetch origin refs/pull/529/head:pr-529 -f | |
does the trick. |
NewerOlder