-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Labels
Description
@stephenturner suggested on the SWC list lessons on how to run code from a PR locally before merging the pull - an excellent suggestion! I personally have always got by with the prescription that github offers right in the PR, of fetching the PR as a new branch. Once satisfied, I find it easiest to just delete that branch locally and merge the PR from the browser.
But, I'm open to suggestions / edge cases / other ideas.