Skip to content

Commit

Permalink
fix: fiz document links
Browse files Browse the repository at this point in the history
  • Loading branch information
mateusmaiamaia committed Dec 9, 2024
1 parent 8c6e6fe commit f7fea0c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions docs/dojos/git-github.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ Envie para o repositório de origem as mudanças feitas.
```$ git push origin x_nome_da_issue_seu_nome```

### 6. Rebase/Merge
1. Edite o arquivo [dojo.py](dojo.py) conforme as instruções;
1. Edite o arquivo dojo.py conforme as instruções;
2. Atualize sua branch com a `main` usando do rebase; ```$ git pull --rebase origin main```
3. Siga os passos conforme as instruções ministradas e sua linha de comando;
4. Atualize a sua branch com as novas mudanças. ```$ git push -f origin x_nome_da_issue_seu_nome```

### 7. Abra um Pull Request para a Main
Siga as instruções dadas em [política de contribuição](https://github.com/fga-eps-mds/EPS-2020-2-G1/blob/main/CONTRIBUTING.md) e seguindo nosso [pull request template](https://github.com/fga-eps-mds/EPS-2020-2-G1/blob/main/.github/pull_request_template.md).

0 comments on commit f7fea0c

Please sign in to comment.