Skip to content

Instantly share code, notes, and snippets.

View calh's full-sized avatar

Cal Heldenbrand calh

  • FBS
  • Fargo, ND
View GitHub Profile
@joshcom
joshcom / gist:4349831
Created December 21, 2012 00:33
Jira cherry-picker galore?
#!/bin/sh
JIRA_ISSUE=$1
BRANCH=$2
if [ "$BRANCH" = "" ]; then
BRANCH="master"
fi
echo "Commits in branch $BRANCH for issue #$JIRA_ISSUE"