diff --git a/comandos-iniciais.md b/comandos-iniciais.md index 7c8a016..b189c5b 100644 --- a/comandos-iniciais.md +++ b/comandos-iniciais.md @@ -6,6 +6,7 @@ $ sudo apt-get update $ sudo apt-get install git ``` +Tutorial completo como instalar e usar o git no [link](https://www.atlassian.com/br/git/tutorials/install-git).
Este é um tutorial de Git que abrange alguns dos comandos básicos para começar a usar o Git em um projeto. @@ -116,4 +117,4 @@ git log Esse comando mostra uma lista de commits no repositório, exibindo informações como autor, data, hora e mensagem do commit. -
\ No newline at end of file +