gohorsejobs/.agent/workflows/sync-remotes.md
2026-01-08 18:22:25 -03:00

11 lines
186 B
Markdown

---
description: Push changes to both Forgejo (origin) and GitHub remotes
---
1. Push to Forgejo (Origin)
// turbo
git push origin HEAD
2. Push to GitHub
// turbo
git push github HEAD