How to test an external PR
git clone https://github.com/ARTbio/GalaxyKickStart.git # clone our repo
cd GalaxyKickStart/
git checkout -b nturaga-master master # create branch and check out
git pull https://github.com/nturaga/GalaxyKickStart.git master # pull the external branch requesting PR (here master branch)