To follow up on my previous question Git work flow with an inexpirenced member. I choose to have him send patches to me. The problem is i haven't used patches before and i can't find tutorials giving explanation on the work flow.
What i want is have him pull the latest code from the repo. create a branch work on it commit his changes when he is done i want him to create a patch for it so i can integrate it into master.
Can you tell me how can i create patches in a situation like this and apply it to my master?