class ChefCLI::CookbookProfiler::Git

def current_branch

def current_branch
  @current_branch ||= detect_current_branch
end