added git article stub

This commit is contained in:
2026-05-29 05:16:40 -05:00
parent 8164404780
commit d52ab20b6c
+21
View File
@@ -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