Setting up git for plone 5

Hello community I am new to plone and I have succesfully installed plone 5.0.2, I have problems doing a git pull request, I will appreciate a guide on how to go about this thanks

Could you elaborate? A "git pull request" is used to contribute code to the project, which you probably don't want to do as a new user. If you want to develop your own add-ons, you'll need to create your own repos, where you won't need git pull requests.

I recommend you Martin Aspeli's Professional Plone Development. It's for Plone 4, but a lot of it will be useful if you want to develop your own add-ons and sites.

Hello,

First, you need to set up your development install as detailed here:
http://docs.plone.org/develop/coredev/docs/intro.html

Then, regarding pull request, the guidelines are here:
http://docs.plone.org/develop/coredev/docs/guidelines.html#create-a-pull-request

thanks, that helped.