Skip to content

Commit

Permalink
Adicionando como instalar o git
Browse files Browse the repository at this point in the history
  • Loading branch information
giovanniacg committed May 30, 2023
1 parent 45fc990 commit bfd9ef3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions comandos-iniciais.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Tutorial de Git - Comandos Iniciais

## Instalando git

```Bash
$ sudo apt-get update
$ sudo apt-get 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

0 comments on commit bfd9ef3

Please sign in to comment.