Skip to content

Commit

Permalink
Merge pull request #2 from DaviAntonio/2-arrumando-comandos-iniciais
Browse files Browse the repository at this point in the history
Arruma comandos iniciais

Closes: giovanniacg#2
  • Loading branch information
DaviAntonio authored Jun 5, 2023
2 parents 7cfe641 + e1c6cf9 commit 941b8d6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion comandos-iniciais.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# 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).

<div style="text-align:justify">
Este é um tutorial de Git que abrange alguns dos comandos básicos para começar a usar o Git em um projeto.
</div>
Expand Down Expand Up @@ -109,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.

</div>
</div>

0 comments on commit 941b8d6

Please sign in to comment.