class ChefCLI::CookbookProfiler::Git

def remote_name

def remote_name
  @remote_name ||= git!("config --get branch.#{current_branch}.remote", returns: [0, 1]).stdout.strip
end