# File lib/bundler/source/git/git_proxy.rb, line 72
        def branch
          @branch ||= allowed_in_path do
            git("rev-parse --abbrev-ref HEAD").strip
          end
        end