Menu
The Tech Paper
  • Home
  • Interview Questions
    • PHP String Interview Question
    • PHP Array Interview Qutions
    • jQuery Interview Quetions
    • PHP Interviwe Question on php.ini file
    • htaccess File Interview Quetions
  • About
The Tech Paper

Git Log Commands

Posted on January 22, 2021January 22, 2021

Show logs with file differences(we can add number of the commit which we want to see like -1,-2): git log -p

Show logs with addition and deletion in a particular commit: git log --stat

Show commits in one line: git log --pretty=oneline

Show commit in short form: git log --pretty=short

Show log from last two days: git log --since=2.days

Show logs in pattern(like hashCode — autherName): git log --pretty=format:"%h -- %an"

Categories

  • Docker
  • Git
  • Interview Questions
  • Laravel
  • Linux
  • php
  • Salesforce

Recent Posts

  • Nested / Cascade query in SOQL
  • Declarative tools in salesforce
  • SalesForce SU21 mind dumps
  • PHP Interview Question 2021
  • Ubuntu 20.04 Bluetooth not working [Resolved]

Archives

  • May 2022
  • September 2021
  • April 2021
  • January 2021
  • December 2020
  • September 2020
  • July 2020
  • January 2020
  • July 2019
  • August 2018
  • June 2018
  • April 2018
  • September 2017
  • June 2017
  • May 2017

Recent Posts

  • Nested / Cascade query in SOQL May 11, 2022
  • Declarative tools in salesforce September 24, 2021
  • SalesForce SU21 mind dumps September 24, 2021
  • PHP Interview Question 2021 April 24, 2021
  • Ubuntu 20.04 Bluetooth not working [Resolved] January 22, 2021

Contact Us

©2022 The Tech Paper | Powered by Abhinav Trivedi