https://github.com/kestra-io/plugin-git
Plugin to sync your code from Git, push your workflow code and namespace files from Kestra to Git, or clone custom Git repositories at runtime
https://github.com/kestra-io/plugin-git
git hacktoberfest kestra plugin
Last synced: about 1 month ago
JSON representation
Plugin to sync your code from Git, push your workflow code and namespace files from Kestra to Git, or clone custom Git repositories at runtime
- Host: GitHub
- URL: https://github.com/kestra-io/plugin-git
- Owner: kestra-io
- License: apache-2.0
- Created: 2023-05-05T20:16:06.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2026-04-27T04:58:34.000Z (about 2 months ago)
- Last Synced: 2026-04-27T07:23:18.692Z (about 2 months ago)
- Topics: git, hacktoberfest, kestra, plugin
- Language: Java
- Homepage: https://kestra.io/plugins/plugin-git
- Size: 1010 KB
- Stars: 9
- Watchers: 4
- Forks: 9
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
README
Event-Driven Declarative Orchestrator
Get started with Kestra in 3 minutes.
# Kestra Git plugin
## Why
- What user problem does this solve? Teams need to clone, fetch, and interact with Git repositories from orchestrated workflows instead of relying on manual console work, ad hoc scripts, or disconnected schedulers.
- Why would a team adopt this plugin in a workflow? It keeps Git steps in the same Kestra flow as upstream preparation, approvals, retries, notifications, and downstream systems.
- What operational/business outcome does it enable? It reduces manual handoffs and fragmented tooling while improving reliability, traceability, and delivery speed for processes that depend on Git.
## What
- Provides plugin components under `io.kestra.plugin.git`.
- Includes classes such as `SyncFlow`, `Sync`, `SyncNamespaceFiles`, `PushNamespaceFiles`.
## Documentation
* Full documentation can be found under [kestra.io/docs](https://kestra.io/docs)
* Documentation for developing a plugin is included in the [Plugin Developer Guide](https://kestra.io/docs/plugin-developer-guide/).
## License
Apache 2.0 © [Kestra Technologies](https://kestra.io)
## Stay up to date
We release new versions every month. Give the [main repository](https://github.com/kestra-io/kestra) a star to stay up to date with the latest releases and get notified about future updates.
