A dev on my team made a PR to merge his changes from his branch to our "develop" branch.
I want to run his changes to our code on my machine, since I have to write tests for his changes, but I don't get how to do that.
I currently have the "develop" branch for the repo "webapp" on my local machine. When I run git branch
it shows up as * develop
.
How do I pull his branch to my local machine so I can run the tests?