Ok, so I'm trying to install a piece of software (gnuradio) on my Fedora 29 machine. To get it to work, I'm told I have to "Revert this patch https://github.com/gnuradio/gnuradio/pull/2756".
But I don't exactly know how to do that... I tried just "git revert"+that link, but that wasn't right. I also tried "git revert"+the commit hash, no dice.
Further, I tried those two things with "git cherry-pick" and "git apply -R," all of which failed.
Clearly I'm a bit less experienced with git than I thought; how would I go about reverting this patch?
Thanks!