César A@Cesar MINGW64 /c/Curso-Git (master) $ git log --oneline 899f50c (HEAD -> master, servidorlocal1/master) modificando el nombre de ansible ec9b9e1 modificando el nombre del curso kubernetes 2a7666a cursos con c minuscula 2ab05f4 corrigiendo el nombre del curso de dockers 38bc9d8 (titulo) cambio de titulo a Lista de Cursos de DevOps c9c76fc modificando el título 2 816d932 modificando el título 113b6b6 (origin/master) renombrando el curso 2560868 agregando gitignore b824b19 Arreglado el acento en el curso de integración continua b8e2c25 Creando archivo index.html con lista de cursos
César A@Cesar MINGW64 /c/Curso-Git (master) $ ^C
César A@Cesar MINGW64 /c/Curso-Git (master) $ git checkout 38bc9d8 Note: switching to '38bc9d8'.
You are in 'detached HEAD' state. You can look around, make experimental changes and commit them, and you can discard any commits you make in this state without impacting any branches by switching back to a branch.
If you want to create a new branch to retain commits you create, you may do so (now or later) by using -c with the switch command. Example:
git switch -c
Or undo this operation with:
git switch -
Turn off this advice by setting config variable advice.detachedHead to false
HEAD is now at 38bc9d8 cambio de titulo a Lista de Cursos de DevOps
César A@Cesar MINGW64 /c/Curso-Git ((38bc9d8...)) $ git checkout master Previous HEAD position was 38bc9d8 cambio de titulo a Lista de Cursos de DevOps Switched to branch 'master'