From a4a26e03eede629ef6fb655d0d03dd108aa5128f Mon Sep 17 00:00:00 2001 From: Giovanni Alvissus Date: Tue, 30 May 2023 09:34:55 -0300 Subject: [PATCH] Arrumando comandos iniciais #2 --- comandos-iniciais.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/comandos-iniciais.md b/comandos-iniciais.md index 7c8a016..73dd0a8 100644 --- a/comandos-iniciais.md +++ b/comandos-iniciais.md @@ -1,11 +1,6 @@ # Tutorial de Git - Comandos Iniciais -## Instalando git - -```Bash -$ 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.