Initial commit: project setup
This commit is contained in:
11
docs/instrucoes-ia.md
Normal file
11
docs/instrucoes-ia.md
Normal file
@@ -0,0 +1,11 @@
|
||||
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
|
||||
Reference in New Issue
Block a user