site_name: Deltacloud API title: Send a Pull Request

   <p>Then to checkout a single pull request directly issue:</p>
   <pre>
   $ git checkout pr/NUMBER
   </pre>

   <p>instead of issueing:</p>
   <pre>
   $ git checkout topic_you_want_to_push
   </pre>
</li>