From cce4239d39408f79e6794c2c014c1fc16bf566aa Mon Sep 17 00:00:00 2001 From: Pedro Aires Fischer Maciel Date: Thu, 14 Nov 2024 09:54:31 -0300 Subject: [PATCH] =?UTF-8?q?Atualiza=C3=A7=C3=A3o=20md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/git.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/git.md b/docs/git.md index 30839be..d99b571 100644 --- a/docs/git.md +++ b/docs/git.md @@ -4,4 +4,5 @@ - verificando o histórico: `git log` - verificar o estado: `git status` - adicionando um arquivo: `git add ` - +- registrando o arquivo: `git commit -m "msg"` +- listando os repositórios remotos: `git remote -v`