method

requires_checkout?

requires_checkout?()
private

No documentation available.

# File lib/bundler/source/git.rb, line 262
      def requires_checkout?
        allow_git_ops? && !local?
      end