chore(i18n,docs): update translations (#43772)

This commit is contained in:
camperbot
2021-10-08 05:56:46 -07:00
committed by GitHub
parent ac3cbdabee
commit a78c476b3b
5 changed files with 53 additions and 53 deletions

View File

@@ -135,15 +135,15 @@ Quando você estiver trabalhando em funcionalidades para nossas próximas branch
```console
git checkout <pr-branch-name>
# example:
# git checkout feat/add-numpy-video-question
# exemplo:
# git checkout feat/add-numpy-video-question
git checkout -b <backup-branch-name>
git checkout -b <backup-branch-name>
# example:
# git checkout -b backup-feat/add-numpy-video-question
# exemplo:
# git checkout -b backup-feat/add-numpy-video-question
git branch -D <pr-branch-name>
git branch -D <pr-branch-name>
```
b. Ou apenas faça um backup da sua branch pr (se você não a tem localmente):
@@ -151,8 +151,8 @@ Quando você estiver trabalhando em funcionalidades para nossas próximas branch
```console
git checkout -b <backup-branch-name> origin/<pr-branch-name>
# example:
# git checkout -b backup-feat/add-numpy-video-question origin/feat/add-numpy-video-question
# exemplo:
# git checkout -b backup-feat/add-numpy-video-question origin/feat/add-numpy-video-question
```
3. Comece do zero: