Skip to content

Latest commit

 

History

History
19 lines (16 loc) · 377 Bytes

File metadata and controls

19 lines (16 loc) · 377 Bytes
description git operations in the caddy-cloudflare-dns repo (add, commit, push)

// turbo-all

  1. Stage all changes
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" add -A
  1. Commit with a message
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" commit -m "<message>"
  1. Push to remote
git -C "d:\Hold\VS Code\caddy-cloudflare-dns" push