2
respostas

Consolidando o seu conhecimento


rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ cd "C:\Users\rafae\OneDrive\Área de Trabalho\QA\git"

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git add index.html

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git status
On branch master
nothing to commit, working tree clean

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git commit -m "Criando arquivo index.html com lista de cursos"
On branch master
nothing to commit, working tree clean

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git add index.html

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git commit -m "Acento retirado no curso de Integração Continua"
[master 4b2434b] Acento retirado no curso de Integração Continua
 1 file changed, 1 insertion(+), 1 deletion(-)

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git log
commit 4b2434b53ac25461bf722de6b528e03db017fddc (HEAD -> master)
commit 4b2434b53ac25461bf722de6b528e03db017fddc (HEAD -> master)
Author: rafaelacadilha <rafaela.p@hotmail.com>
Date:   Mon Sep 5 15:14:18 2022 -0300

    Acento retirado no curso de Integração Continua

commit 4451fa0c6f785c93a20676a3740411727048dbf0
Author: rafaelacadilha <rafaela.p@hotmail.com>
Date:   Mon Sep 5 13:10:03 2022 -0300

    adicionando .gitignore

commit e696f99f3fda29159ed08a2652a606cf7ff2a037
Author: rafaelacadilha <rafaela.p@hotmail.com>
Date:   Mon Sep 5 13:04:34 2022 -0300

    Adicionando .gitignore

commit 21bd2dff44c8da0d72fb31a04c71322f537e410a
Author: rafaelacadilha <rafaela.p@hotmail.com>
Date:   Mon Sep 5 12:50:49 2022 -0300

    Acento adicionado no curso de Integração Contínua

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git log --oneline
4b2434b (HEAD -> master) Acento retirado no curso de Integração Continua
4451fa0 adicionando .gitignore
e696f99 Adicionando .gitignore
21bd2df Acento adicionado no curso de Integração Contínua
b3bd025 Criando arquivo index.html com lista de cursos

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git log -p
commit 4b2434b53ac25461bf722de6b528e03db017fddc (HEAD -> master)
Author: rafaelacadilha <rafaela.p@hotmail.com>
Date:   Mon Sep 5 15:14:18 2022 -0300

    Acento retirado no curso de Integração Continua

diff --git a/index.html b/index.html
index 16a0803..96bcd39 100644
--- a/index.html
+++ b/index.html
@@ -9,7 +9,7 @@
         <li>Vagrant</li>
         <li>Docker</li>
         <li>Ansible</li>
-        <li>Integração Contínua</li>
+        <li>Integração Continua</li>
     </ul>
 </body>
 </html>
\ No newline at end of file

commit 4451fa0c6f785c93a20676a3740411727048dbf0
Author: rafaelacadilha <rafaela.p@hotmail.com>

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git status
On branch master
Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git restore <file>..." to discard changes in working directory)
        modified:   .gitignore

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

no changes added to commit (use "git add" and/or "git commit -a")

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git add .gitignore

rafae@DESKTOP-AMNHJJE MINGW64 ~/OneDrive/Área de Trabalho/QA/git (master)
$ git commit -m "Adicionando .gitignore"
On branch master
nothing to commit, working tree clean
2 respostas

Oi, Rafaela. Tudo bem?

Parabéns por compartilhar e pelo progresso!

Bons estudos!

Usuario@Micro02 MINGW64 ~/Documents/AluraStudioGit (master) $ git status On branch master nothing to commit, working tree clean

Usuario@Micro02 MINGW64 ~/Documents/AluraStudioGit (master) $ git commit -m "Criando curso com lista" On branch master nothing to commit, working tree clean

Usuario@Micro02 MINGW64 ~/Documents/AluraStudioGit (master) $

Usuario@Micro02 MINGW64 ~/Documents/AluraStudioGit (master) $ git log commit dc4a98a3407f93fbaec69e8bb20cc7949abe428a (HEAD -> master) Author: Didi didiansantos@gmail.com Date: Tue Sep 20 18:35:48 2022 -0300

Acento adicionado

Usuario@Micro02 MINGW64 ~/Documents/AluraStudioGit (master) $ git log -p commit dc4a98a3407f93fbaec69e8bb20cc7949abe428a (HEAD -> master) Author: Didi didiansantos@gmail.com Date: Tue Sep 20 18:35:48 2022 -0300

Acento adicionado

diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5f5d6d --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + +

+
  • + +
: commit dc4a98a3407f93fbaec69e8bb20cc7949abe428a (HEAD -> master) Author: Didi Date: Tue Sep 20 18:35:48 2022 -0300

Acento adicionado

diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5f5d6d --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + +

+
  • + +
: commit dc4a98a3407f93fbaec69e8bb20cc7949abe428a (HEAD -> master) Author: Didi Date: Tue Sep 20 18:35:48 2022 -0300

Acento adicionado

diff --git a/index.html b/index.html new file mode 100644 index 0000000..e5f5d6d --- /dev/null +++ b/index.html @@ -0,0 +1,15 @@ + +

+
  • + +