langflow icon indicating copy to clipboard operation
langflow copied to clipboard

feat: add GitFile Component

Open raphaelchristi opened this issue 1 year ago • 0 comments

This pull request introduces a new GitFileComponent that allows users to analyze Git repositories and retrieve the content of selected files from specified branches. The component provides the following features:

  • Repository URL input for connecting to Git repositories
  • Branch selection dropdown that dynamically fetches available branches
  • File selection interface to choose specific files from the repository
  • File content retrieval functionality with binary file detection
  • Error handling for various Git operations

raphaelchristi avatar Dec 26 '24 17:12 raphaelchristi