docs: add AGENTS.md with dual remote info

This commit is contained in:
2026-06-24 18:57:53 +02:00
parent 3aa7a46de7
commit 2c2e9338b2
+18
View File
@@ -0,0 +1,18 @@
# Antergos NeXT Packages
## Git Config
```bash
git config user.name "Celestia Ludenberg"
git config user.email "ash8820@proton.me"
```
## Dual Remotes
```bash
git push origin master # GitHub (press links)
git push codeberg master # Codeberg (CI credit)
git push codeberg master origin master # both at once
```
## Upstream Package Repo
`https://github.com/Antergos-NeXT/antergos-packages` (origin)
`https://codeberg.org/v311/antergos-packages.git` (codeberg)