11 lines
186 B
Markdown
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
|