2
respuestas

Hola buen día, tengo dudas creando la carpeta e iniciandola en Git, me sale lo siguiente:

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $ git status On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $

2 respuestas

Básicamente lo que dice el error es que no has hecho ningún commit y antes de hacer commit necesitas añadir todos los archivos editados o nuevos para agregarlo al commit con el comando "add" pero no puedo decirte el error simplemente así. Manda captura sobre el problema

Primero, saludarte y agradecerte por tu tiempo; Mira el problema es que recién entre al curso de Git entonces seguí los pasos tal cual está en el video, cree una carpeta y no la encontré con la consola del Git; vi un video en YouTube donde creaban la carpeta dentro de la consola; lo hice también así y me salió esto:

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $ git status On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $ ^C

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $ git add .

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $ git status On branch master

No commits yet

nothing to commit (create/copy files and use "git add" to track)

di_vi@DESKTOP-STVK7F8 MINGW64 ~/Git (master) $