11 lines
249 B
Markdown
11 lines
249 B
Markdown
Repositorio
|
|
|
|
https://git.stackbyte.cloud/erik/aggios.app.git
|
|
|
|
touch README.md
|
|
git init
|
|
git checkout -b main
|
|
git add README.md
|
|
git commit -m "first commit"
|
|
git remote add origin https://git.stackbyte.cloud/erik/aggios.app.git
|
|
git push -u origin main |