Yes. You'll need the git package and the build tree installed, but there are many options. To install the git package:
yum install git
and then you'll need the compiler/tools for whatever package you need, probably something like this:
yum groupinstall "Development Tools"
(which will probably still work). There are many many build tools, you won't need them all, and the ones you do need will be dictated by the package you're going to build.
There's some help on the Fedora packaging system here, which uses git:
https://fedoraproject.org/wiki/Package_maintenance_guide?rd=Using_Fedora_GIT
But if you have a specific git repository in mind, you'll probably want to configure your git system using their configuration guide or examples.