Skip to content

Commit

Permalink
refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
itskenshin committed Jul 26, 2022
1 parent abaf176 commit a045260
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Git-GitHub.html
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ <h2>También podemos hacer un repositorio desde la consola</h2>
<li><span>git remote add origin https://github.com/nombreusario/nombrerepositorio.git</li>
<br>

<p>origin puede ser cualquier cosa pueden darle su propio nombre es como si le estuvieramos dando un nombre al repositorio local.</p>
<p>origin puede ser cualquier cosa pueden darle su propio nombre es como si le estuvieramos dando un nombre al repositorio remoto.</p>
<br>
<li><span>git push -u origin master</li>
<br>
Expand Down

0 comments on commit a045260

Please sign in to comment.