In my DevOps workflow, Git is the primary driver for automation. I use version control not just for code management, but as the trigger mechanism for my entire CI/CD ecosystem.
Implementing Gitflow and Feature-branching to maintain clean, deployable codebases for projects like DocMind-RAG.
Configuring GitHub/GitLab webhooks to instantly notify Jenkins pipelines, ensuring that every push leads to an automated build and test phase.
Expertise in conflict resolution, rebasing for clean history, and managing upstream repositories for multi-cloud deployments.