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
Es una buena idea mantener todas las carpetas del repositorio local dentro de una carpeta principal del equipo. Esto mantiene su trabajo de Git muy bien organizado.
3
-
## Pasos a seguir:
4
-
3
+
## Resume: Pasos a seguir:
5
4
<ul>
6
5
<li>Identify benefits of using Git</li>
7
6
<li>Describe a repository</li>
@@ -11,11 +10,14 @@ Es una buena idea mantener todas las carpetas del repositorio local dentro de un
11
10
<li>Create a remote repository</li>
12
11
<li>Push to a remote repository</li>
13
12
<li>Differentiate between the working tree, staging area, local repository and remote repository</li>
14
-
<ul>
13
+
</ul>
15
14
16
15
## Metodología: Inicio git
17
-
### Installation and Getting Started
18
-
[![cli_installation] https:// ]
16
+
* git config --global user.name _(nombre de quien va a hacer el código)
17
+
* git config --global user.email _(email de quien va a hacer el código)
0 commit comments