chore: update docs/git.md [20260801-0752]

This commit is contained in:
github-actions[bot]
2026-08-01 07:53:07 +00:00
committed by GitHub
parent dde6308ef9
commit 1ea1e9a947
+4 -1
View File
@@ -885,4 +885,7 @@ Automate them.
</center>
</details>
- [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.
- [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.