Emilio Baungarten
09/05/2023, 5:45 PM$ git remote add ef-repo2 <ssh://git@repositories.efabless.com/baungarten/AI_by_AI.git>
$ git push -u ef-repo2 main
Although the caravel repository appears now in the platform, it does not appear with my files, but with the files of the example, is this normal? or how can I upload my project?jeffdi
git push
command complete successfully?Emilio Baungarten
09/05/2023, 8:05 PMjeffdi
jeffdi
Emilio Baungarten
09/05/2023, 8:11 PMjeffdi
jeffdi
git status
Emilio Baungarten
09/05/2023, 8:13 PMadd
, commit
an then push?Emilio Baungarten
09/05/2023, 8:14 PMgit status
result:jeffdi
git add
each directory where you have changes. then git commit
jeffdi
Emilio Baungarten
09/05/2023, 8:38 PM