lovecomic
Results
2
comments of
lovecomic
> Confirmed this works. Clone the tree, or update it., Then do this: > > ``` > git fetch origin pull/504/head:ff_fixes > git checkout ff_fixes > ``` > > Then...
> You have to clone the tree first... I cloned the project first, and then followed the method you said, git fetch origin pull /504/head:ff_fixes git checkout ff_fixes After that,...