Created
May 15, 2014 20:25
-
-
Save danielb2/f17eefad24414ed55abb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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