19 lines
479 B
Markdown
19 lines
479 B
Markdown
# 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)
|