Skip to content

Instantly share code, notes, and snippets.

@danielb2
Created May 15, 2014 20:25
Show Gist options
  • Save danielb2/f17eefad24414ed55abb to your computer and use it in GitHub Desktop.
Save danielb2/f17eefad24414ed55abb to your computer and use it in GitHub Desktop.
#!/usr/bin/env ruby
# encoding: utf-8
issue_no = ARGV.shift
system "git co -b issue.#{issue_no}-" + ARGV.join('.')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment