I work as part of a team. Our process is to create a separate branch, work on a separate branch, and then move it to "origin" and make a stretch request for master.
I am trying to get better with the default Git command line.
When another person makes a pull request on a branch. Is there an easy way to pull this branch to my local network and check the branch so that I can check the code before approving the transfer request?
source share