From 1ea1e9a947b9149686f82aac54cf5333c1948793 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 07:53:07 +0000 Subject: [PATCH] chore: update docs/git.md [20260801-0752] --- docs/git.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/docs/git.md b/docs/git.md index 185bc070..53318a9a 100644 --- a/docs/git.md +++ b/docs/git.md @@ -885,4 +885,7 @@ Automate them. - - [Purposeful Commits](https://chrisarcand.com/purposeful-commits) 🌟 - A blog post by Chris Arcand discussing strategies for managing Git commit history, advocating for practices that result in a cleaner and more understandable history by avoiding noisy merge commits and WIP messages, ultimately making it easier to track changes, revert regressions, and understand the evolution of a codebase. \ No newline at end of file + - [Purposeful Commits](https://chrisarcand.com/purposeful-commits) 🌟 - A blog post by Chris Arcand discussing strategies for managing Git commit history, advocating for practices that result in a cleaner and more understandable history by avoiding noisy merge commits and WIP messages, ultimately making it easier to track changes, revert regressions, and understand the evolution of a codebase. + +## GitOps + - **(2026)** [Argo CD](https://github.com/argoproj/argo-cd) 🌟 - Declarative Continuous Deployment for Kubernetes.