denis@LAPTOP-HO8KONOE MINGW64 ~ (master) $ pwd /c/Users/denis
denis@LAPTOP-HO8KONOE MINGW64 ~ (master) $ cd Desktop
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop (master) $ cd Alura/
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura (master) $ ls Carreira_QA/ 'Cursos Alura'/
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura (master) $ cd Carreira_QA/
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA (master) $ cd Projeto_GIT/
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $ ls index.html
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $ cat index.html
- Vagrant
- Docker
- Ansible
- Integração Continua
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $ git init Initialized empty Git repository in C:/Users/denis/Desktop/Alura/Carreira_QA/Projeto_GIT/.git/
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $ ls index.html
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $ ls -lha total 9.0K drwxr-xr-x 1 denis 197611 0 Sep 23 07:34 ./ drwxr-xr-x 1 denis 197611 0 Sep 22 20:46 ../ drwxr-xr-x 1 denis 197611 0 Sep 23 07:34 .git/ -rw-r--r-- 1 denis 197611 278 Sep 23 06:40 index.html
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_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)
denis@LAPTOP-HO8KONOE MINGW64 ~/Desktop/Alura/Carreira_QA/Projeto_GIT (master) $