1
respuesta

GIT

Usuario@DESKTOP-8QJEB55 MINGW64 ~
$ cd Documents/PROGRAMACIÓN/GIT/

Usuario@DESKTOP-8QJEB55 MINGW64 ~/Documents/PROGRAMACIÓN/GIT
$ ls
index.html

Usuario@DESKTOP-8QJEB55 MINGW64 ~/Documents/PROGRAMACIÓN/GIT
$ git init
Initialized empty Git repository in C:/Users/Usuario/Documents/PROGRAMACIÓN/GIT/.git/

Usuario@DESKTOP-8QJEB55 MINGW64 ~/Documents/PROGRAMACIÓN/GIT (master)
$ git status
On branch master

No commits yet

Untracked files:
  (use "git add <file>..." to include in what will be committed)
        index.html

nothing added to commit but untracked files present (use "git add" to track)

Usuario@DESKTOP-8QJEB55 MINGW64 ~/Documents/PROGRAMACIÓN/GIT (master)
$

1 respuesta

Hola Jose, espero estés muy bien.

Felicitaciones por tu aprendizaje. Estamos priorizando el foro para postear dudas, así optimizamos el tiempo de respuesta para ustedes.

Para no dejar de compartir códigos, actividades y ejercicios, creamos un canal en Discord (#compartatucodigo) donde puedes compartir, dar y sugerir mejoras con el resto de tus compañeros.

Si este post te ayudó, por favor, marca como solucionado ✓. Continúa con tus estudios