gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git add logica.html
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git status On branch master nothing to commit, working tree clean
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git commit -m "Creando archivo index.html con lista de cursos" On branch master nothing to commit, working tree clean
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git add Nothing specified, nothing added. hint: Maybe you wanted to say 'git add .'? hint: Turn this message off by running hint: "git config advice.addEmptyPathspec false"
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git add .
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git commit -m "Acento agregado en el curso de Integración continua" On branch master nothing to commit, working tree clean
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git log commit d860779b915861e6c4cd04fbbce0be982d4156e5 (HEAD -> master) Author: Gean gean_leo_1223@hotmail.com Date: Sun Jan 22 19:58:43 2023 -0500
arreglado acento en el mecry
commit 8120ae9bdb8b78b09b5df22b314855c77a40f7b6 Author: Gean gean_leo_1223@hotmail.com Date: Sun Jan 22 19:55:01 2023 -0500
Laura te amo o amo mercy logica.html con paty vargas tambien amo
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git log --oneline d860779 (HEAD -> master) arreglado acento en el mecry 8120ae9 Laura te amo o amo mercy logica.html con paty vargas tambien amo
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git log -p commit d860779b915861e6c4cd04fbbce0be982d4156e5 (HEAD -> master) Author: Gean gean_leo_1223@hotmail.com Date: Sun Jan 22 19:58:43 2023 -0500
arreglado acento en el mecry
diff --git a/logica.html b/logica.html index f24abef..e8513ad 100644 --- a/logica.html +++ b/logica.html @@ -9,7 +9,7 @@
- vagrant
- Dodker
- Ansible
- Integracion continua
- Integración continua
commit 8120ae9bdb8b78b09b5df22b314855c77a40f7b6 Author: Gean gean_leo_1223@hotmail.com Date: Sun Jan 22 19:55:01 2023 -0500
Laura te amo o amo mercy logica.html con paty vargas tambien amo
diff --git a/logica.html b/logica.html new file mode 100644 index 0000000..f24abef --- /dev/null +++ b/logica.html @@ -0,0 +1,15 @@ + +
- vagrant
- Dodker
- Ansible
- Integracion continua
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git status On branch master Untracked files: (use "git add ..." to include in what will be committed) ide.html
nothing added to commit but untracked files present (use "git add" to track)
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ git add .ide fatal: pathspec '.ide' did not match any files
gean@DESKTOP-L0NNRIL MINGW32 ~/Desktop/laura (master) $ ^C
gea