index.html
- Vagrant
- Docker
- Ansible
- Integración continua
angel@DESKTOP-EFCBPIN MINGW32 ~/OneDrive/Escritorio/LOGICA DE PROGRAMACION/Ganar experiencia con Git $ ls index.html
angel@DESKTOP-EFCBPIN MINGW32 ~/OneDrive/Escritorio/LOGICA DE PROGRAMACION/Ganar experiencia con Git $ git init Initialized empty Git repository in C:/Users/angel/OneDrive/Escritorio/LOGICA DE PROGRAMACION/Ganar experiencia con Git/.git/
angel@DESKTOP-EFCBPIN MINGW32 ~/OneDrive/Escritorio/LOGICA DE PROGRAMACION/Ganar experiencia con Git (master) $ git status On branch master
No commits yet
Untracked files: (use "git add ..." to include in what will be committed) index.html
nothing added to commit but untracked files present (use "git add" to track)
angel@DESKTOP-EFCBPIN MINGW32 ~/OneDrive/Escritorio/LOGICA DE PROGRAMACION/Ganar experiencia con Git (master) $
`