Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7610801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T01:30:21+00:00 2026-05-31T01:30:21+00:00

I am using git to track changes in configuration files of third-party application. At

  • 0

I am using git to track changes in configuration files of third-party application. At the first moment I did initial commit and then was fitting settings of the application gradually. Now I have final good settings and committed them into git. I wish to see what I had changed.

How to accomplish this?

I did

git log --graph

or similar, but see all commits marked with long hexadecimal numbers. May I use them for git diff?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T01:30:23+00:00Added an answer on May 31, 2026 at 1:30 am

    You can use the -p argument with git log to get all diffs for all commits:

    git log --graph -p
    

    If you want to see the complete diff from the first commit to HEAD you can do something like this:

    git diff `git rev-list HEAD | tail -n 1` HEAD
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I started using git to track my customizations to a 3rd party web app.
I'm looking for a way to keep using git gui to commit changes as
I've been using Git on Windows (msysgit) to track changes for some design work
I know you can track a svn repo with git by using git svn
I am using git on a project, that generates lots of data-files (simulation-results). I
Oftentimes, when using git, I find myself in this situation: I have changes to
I currently use subversion to track my configuration changes of Emacs and to sync
I'm using git to track a C++ project in VS2010. I'm using ignore patterns
Problem: edited files on windows, using git-bash, to fix IE7 problems committed, pushed to
Git doesn't explicitely track copied or moved files, but detect them for example with

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.