I would like to be able to review and reject part of changes made by other developer.
Let's say that i know that other developer made some changes and pushed them to public repository.
I also know that some of them are wrong and some are correct.
When i do git pull
- git merge all the changes.
Is there any way to walk through all the comming changes and accept them or reject?