How to review others' code before git pull in PyCharm?
Answered
Before I git pull, how can I conveniently review others' code? Before I git push, I can see the diffs between my file and repository.
It would be great If i can see what files are changed and how they are changed before I git pull.
Please sign in to leave a comment.
Hello Lingvisa
You can run Git Fetch via VCS | Git | Fetch and then you can go to Branches popup in the right-lower corner and click on a branch you want to check and choose "Compare with current"