git tutorial
main
main
  • Introduction
  • Ferramentas de Controle de Versão
  • Git
  • Instalação
  • Configuração
  • Gerando chave ssh
  • Criando um novo projeto
  • Trabalhando em repositório existente
  • Adicionando arquivos
  • Visualizando área de staging
  • Removendo arquivos
  • Desfazendo mudanças
  • Ignorando arquivos
  • Registrando mudanças
  • Enviando mudanças
  • Recuperando mudanças
  • Incorporando mudanças
  • Resolvendo conflitos
  • Visualizando mudanças
  • Trabalhando com branches
  • Trabalhando com tags
  • Trabalhando com github
  • Modificando histórico
  • Exercicio
  • Referências
  • Cursos
  • Links úteis
Powered by GitBook
On this page
  • Comando
  • Exemplo

Was this helpful?

Visualizando mudanças

Comando

git log
  • Exibe histórico de commits em ordem cronológica

Exemplo

Author: Raissa Ferreira <rai200890@gmail.com>
Date:   Tue Mar 16 12:59:30 2021 -0300

    feat: Add more chapters

commit fe0d4567102e04199992c51a6524142d62811e8f
Author: Raissa Ferreira <rai200890@gmail.com>
Date:   Tue Mar 16 10:56:14 2021 -0300

    feat: Add git add and status

commit 3066ceb7c732849283a8d3713df62958b032b839
Author: Raissa Ferreira <rai200890@gmail.com>
Date:   Tue Mar 16 10:11:32 2021 -0300

    feat: Add git book (#1)

commit 829b039b375e035b181fe04119352f04a4323cf1
Author: gitbook-bot <ghost@gitbook.com>
Date:   Tue Mar 16 09:06:04 2021 -0300
PreviousResolvendo conflitosNextTrabalhando com branches

Last updated 4 years ago

Was this helpful?