Skip to content

Commit 3a4b217

Browse files
Update CONTRIBUTOR_WIKI.md
1 parent d176b7e commit 3a4b217

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

CONTRIBUTOR_WIKI.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,20 @@
22

33
**2. Clone o repositório**
44
```git
5-
git clone https://github.com/SEU_USUARIO/NOME_DO_REPOSITORIO.wiki.git
5+
git clone https://github.com/CodandoTV/StreamPlayerApp.wiki.git
66
```
77
**3. Acessa a pasta wiki**
88
```
9-
cd NOME_DO_REPOSITORIO.wiki
9+
cd StreamPlayerApp.wiki
1010
```
1111
**4. Faça as alterações desejadas nos arquivos da wiki;**
1212

1313
**5. Commit e push das alterações para o seu repositório forked:**
1414
```git
15+
git checkout -b "nome do seu branch"
1516
git add .
1617
git commit -m "Descrição das alterações"
17-
git push origin master
18+
git push
1819
```
1920
**6. Crie um novo Pull Request, escolhendo o repositório original como base e a branch com as suas alterações.**
2021

0 commit comments

Comments
 (0)