3

I need to test the following pull request: https://github.com/grobian/carbon-c-relay/pull/274. I have cloned the master repo to my local drive: git clone https://github.com/grobian/carbon-c-relay.git carbon-c-relay. How do I incorporate the changes from the pull request to my local copy so that I can compile and test?

Michael Martinez
  • 2,693
  • 1
  • 16
  • 19

1 Answers1

2

I found that you can pull a pull request as follows: git pull origin pull/274/head

Michael Martinez
  • 2,693
  • 1
  • 16
  • 19