This is going to be a different blog post, I will be updating this document constantly with resources that I consider useful.
- This is helpful when you work with a team and you need to do code review, you can simply run
git fetch <remote-repository> pull/<pr-number>/head && git checkout FETCH_HEAD
.
This fetchs the pull request to review.