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.