docs: add AGENTS.md with dual remote info
This commit is contained in:
@@ -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)
|
||||
Reference in New Issue
Block a user