# File lib/branch.rb, line 405
        def create(opts)
            return if @head != ""
            log(:INFO, "Creating missing #{@local_branch} from #{@remote_ref}")
            @repo.runGit("branch #{@local_branch} #{@remote_ref}")
        end