-
Notifications
You must be signed in to change notification settings - Fork 46
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
29 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,30 @@ | ||
# github-workshop | ||
|
||
Primeiros passos com Git e GitHub | ||
|
||
[https://www.canva.com/design/DAE6UgU_rBo/7reeTT8sGjzXR4w1FAafHA/view?utm_content=DAE6UgU_rBo&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton](Slides do Workshop) | ||
|
||
Olá! Este repositório serve para que você tenha sua primeira experiência com Git e GitHub. | ||
|
||
## Pré-requisitos: | ||
|
||
1. Instale o controle de versão [https://git-scm.com/downloads](Git) | ||
2. (Opcional) Instale o [https://code.visualstudio.com/download](Visual Code Studio) | ||
|
||
## Tutorial: | ||
|
||
- Faça um [https://docs.github.com/pt/get-started/quickstart/fork-a-repo](fork) desse repositório para sua conta clicando no botão Fork. | ||
- Clique no botão Code, em seguida em Local e HTTPS. Copie a URL. | ||
|
||
### Utilizando o Terminal | ||
|
||
- Escolha um Diretório para seu repositório. Caso não saiba navegar na linha de comando, um bom tutorial está disponível [https://terminalcheatsheet.com/pt-BR/](aqui). | ||
- Dentro do seu terminal, digite o comando `git clone <URL que você copiou>` | ||
- Navegue para dentro da nova pasta com `cd github-workshop` | ||
- Navegue para dentro do completed com `cd completed` | ||
- Crie um novo arquivo Markdown com `touch <Seu usuário do GitHub>.md`. Um exemplo é `touch lfp2.md` | ||
|
||
### Utilizando o Visual Code Studio | ||
|
||
- Abra o menu de comandos (Ctrl + Shift + P), pesquise git clone e cole a URL que você copiou. | ||
- Crie um novo arquivo Markdown dentro da pasta completed. Você pode criar um arquivo novo com o menu de comandos, pesquisando por Create File. O nome do arquivo é seu usuário no GitHub + .md. (Exemplo: lfp2.md) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
https://github.com/lfp2 |