I'm relatively new to Git. My knowledge thus far includes git add push commit. That's about it, and until now it served me well enough. :)
However this morning someone sent me a pull request, which as I've read means someone forked my repository, made some tweaks and is flagging me saying, "Hey Sergio, I made some improvement. Consider them for the master branch."
Am I correct?
https://github.com/sergiotapia/CherryTomato/pulls
If so, how do I easily merge this users changes into the master branch of the repository? What commands do I need to fire? More importantly, can someone explain the process in layman terms to what has to happen?
Thank you.