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 8813699
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T03:55:24+00:00 2026-06-14T03:55:24+00:00

We are trying to figure out whether it makes sense to move to git

  • 0

We are trying to figure out whether it makes sense to move to git from our previous version control system.
One issue that we’re struggling with is how to figure out succintly what files have been changed by someone else over all commits since the last pull. In particular, if the same file has been changed in multiple commits, we just want to see that file once in the list.
From what I have read, it seems I have to actually pull the remote repository before I can check but even then, there doesn’t seem to be a (simple?) way to just get a list of all filenames that have changed.
Our understanding of git is not very deep yet, but the concern with doing a fetch is that some very large files (images, aiff and so forth) may have been pushed and nobody wants to have to fetch everything just to find out what has changed?
I’ve read a few of the other Q/As in stackoverflow but although I’ve seen questions that seem similar, I haven’t seen any answers that seem viable.
We have been trying out several GUI tools to make life easier (Tower and SmartGit) but neither of them seems to be able to do this.

  • 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-06-14T03:55:25+00:00Added an answer on June 14, 2026 at 3:55 am

    The way to do show which files have changed between current and previous master:

    git fetch
    git diff --stat master origin/master
    

    The first command retrieves the latest updates without changing your tree. The second one prints a list of changed files (along with insertion/deletion stats)—across all commits that would have been pulled if you had typed git pull. Afterwards, you can run git merge origin/master to merge your changes with the upstream ones. (This is equivalent to a git pull, except that pull can get new changes from the server if any have been pushed in the meantime.)

    Unfortunately, git doesn’t make it obvious how to diff without pulling the updates locally.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to figure out whether or not a user likes our brand page.
I'm trying to figure out whether the code located after throw new Exception in
I am trying to figure out whether or not the current date falls within
I’m trying to figure out whether FormsAuthentication.RedirectFromLoginPage (called inside method M() ), performs redirection
In the course of trying to figure out whether it's possible to contain text
I'm using a standard SQL database and I'm trying to figure out whether or
I'm working on a little something and I am trying to figure out whether
In my ASP.NET MVC application, I'm trying to figure out whether the user has
I'm a Java newbie. I'm trying to figure out whether a number is a
hoping someone can help me out with this. I'm trying to figure out whether

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.