From d52ab20b6c2275a7be9a975c2b2086fa6b3a8869 Mon Sep 17 00:00:00 2001 From: Chris Roberts Date: Fri, 29 May 2026 05:16:40 -0500 Subject: [PATCH] added git article stub --- content/posts/git-push-to-deploy.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 content/posts/git-push-to-deploy.md diff --git a/content/posts/git-push-to-deploy.md b/content/posts/git-push-to-deploy.md new file mode 100644 index 0000000..7c9990e --- /dev/null +++ b/content/posts/git-push-to-deploy.md @@ -0,0 +1,21 @@ ++++ +date = '2026-05-19T00:00:00-05:00' +draft = true +title = 'Push to Deploy with Git' ++++ + +## What is Git? + +## Key Concepts + +## Installation + +## Bare Repositories + +## Git Hooks + +## Building a Push-to-Deploy Pipeline + +## Working with Multiple Remotes + +## Conclusion