langflow
langflow copied to clipboard
feat: add GitFile Component
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