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)
$