Skip to content

Instantly share code, notes, and snippets.

View humidair1999's full-sized avatar

Josh humidair1999

View GitHub Profile
@stujo
stujo / sfp1apr.sh
Created May 13, 2015 23:06
Script to Clone a Pull Request
#!/bin/sh
#YOU NEED TO DO THIS FIRST...
# mkdir sf-fiery-skippers-2015
# cd sf-fiery-skippers-2015/
# git clone git@github.com:sf-fiery-skippers-2015/phase-1-assessment.git
# cd phase-1-assessment/
if [ -z "$1" ] || [ -z "$2" ] ; then
echo "usage: fa1pr PULL_REQUEST_ID GITHUB_STUDENT_USERNAME"
echo "eg: fa1pr 12 stujo"