Files
euri-packages/AGENTS.md
T

19 lines
479 B
Markdown
Raw Normal View History

2026-06-24 18:57:53 +02:00
# 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)