This commit is contained in:
Pedro Aires Fischer Maciel 2024-11-14 09:43:20 -03:00
parent 5615f0ad4b
commit 3602aad8d7
2 changed files with 7 additions and 0 deletions

7
docs/git.md Normal file
View File

@ -0,0 +1,7 @@
# git
- iniciar um repositório: `git init`
- verificando o histórico: `git log`
- verificar o estado: `git status`
- adicionando um arquivo: `git add <nome-do-arquivo>`

0
docs/index.md Normal file
View File