You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adicione o remote upstream para manter seu repositório local atualizado:
71
-
<code>git remote add upstream https://github.com/elidianaandrade/dio-lab-open-source.git</code>. Utilize o comando
71
+
<code>git remote add upstream https://github.com/digitalinnovationone/dio-lab-open-source.git</code>. Utilize o comando
72
72
<code>git pull upstream main</code> para baixar e mesclar as alterações no seu repositório local com base na branch
73
73
main deste repositório original de onde você fez o fork, ou <code>git fetch upstream main</code> para baixar sem mesclar.
74
74
Veja mais em: <ahref="https://github.com/elidianaandrade/dio-curso-git-github/blob/main/materiais-de-apoio/03-primeiros-passos-com-git-e-github.md">"Primeiros Passos com Git e GitHub"</a>;
@@ -77,20 +77,20 @@ <h2>Instruções:</h2>
77
77
<li>
78
78
<p>
79
79
Crie uma nova <b>branch</b> e nomeie como <code>feat/community/<b>seunomedeusuario</b></code>.
0 commit comments