| description | git operations in the caddy-cloudflare-dns repo (add, commit, push) |
|---|
// turbo-all
- Stage all changes
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" add -A- Commit with a message
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" commit -m "<message>"- Push to remote
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" push