Ten Useful Git Log Tricks

Written by srebalaji | Published 2020/06/29
Tech Story Tags: git | programming | productivity | coding | learning-to-code | software-engineering | git-log-tricks | git-log

TLDR The git log is a simple command that helps us to view the changes or project history. It has only minimal information like shorter commit hash, commit message and commit hash. Git log can take multiple options so you can combine options for your need. We will see some of the most used options in this article.Filter commits by time period and filter commits by the respective author. Filter commits by log messages and search for the log messages by a pattern. Show the log with the diff changes so that you can know the changes done in each commit.via the TL;DR App

no story

Published by HackerNoon on 2020/06/29