Skip to content

Instantly share code, notes, and snippets.

@lfender6445
Created September 4, 2013 16:46
Show Gist options
  • Save lfender6445/6439618 to your computer and use it in GitHub Desktop.
Save lfender6445/6439618 to your computer and use it in GitHub Desktop.
OSX, pipes to pbcopy. Allows you to parse pivotal story from you current Github branch, matching first sequence of numbers in the branch.
git rev-parse --abbrev-ref HEAD | egrep -o '\d+'| head -n 1 | tr -d '\n' | pbcopy
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment