Projeto open source para fazer vídeos automatizados
-git log -git status -git add -A => adicionando arquivos criados para persistencia -git commit => persistir alterações feitas e envialas para o repositorio de origem -git diff => verificar a diferença de versões -git clone + url git => clonar um projeto repositorio -git push origin user-input -git checkout -b text-robots => criando uma nova branch nome = "text-robots"