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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T05:11:22+00:00 2026-06-02T05:11:22+00:00

In Git, I’d like to be able to see, at a glance, whether my

  • 0

In Git, I’d like to be able to see, at a glance, whether my repository and working directory are out of date. I often make the mistake of just running “git status” – but that doesn’t do any remote communication at all. Or, I’ll do this:

git fetch --all
git status

But that doesn’t show activity on other branches.

What’s a good, convenient way to get information like:

  1. Are there updates to this branch in any remote repository?
  2. Are there updates to any parent branch?
  3. Have any new branches been made – who by, etc.
  • 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-02T05:11:23+00:00Added an answer on June 2, 2026 at 5:11 am

    You can’t get “who by” since branch creation is not actually recorded anywhere. (You can find who owns the most recent commits on a given branch, but, e.g., if the branch was created as synonymous with another branch, the commits often have nothing to do with “who created it”. For instance if I do git push origin master:newbranch then the branch I just created on the remote has, as its most recent commit, the same most-recent commit as master, which is not necessarily “mine”.)

    The output from git fetch --all does show activity by default, though. For instance:

    $ git fetch --all
    Fetching origin
    Fetching rohan
    From [redacted]
       55f37f2..dc439fc  master     -> rohan/master
    

    This says that I’ve just updated my idea of rohan/master based on stuff I brought over from the remote I named “rohan”. Nothing was updated in origin/*.

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

Sidebar

Related Questions

My git is not working properly.when i try to pull from the repository I
Git works fine on my dev box, but ever so often, I'll go to
Git's tab autocompletion is useful for small projects, but I'm currently working on two
git diff --stat and git log --stat show output like: $ git diff -C
Git newbie here. I am probably making a simple mistake here, but I can't
git version 1.7.7 I have dropbox git repository. From my works computer karl-sun I
git version 1.7.4.1 Ubuntu Currently I am working on a project at my company.
git version 1.7.4.4 I am working on a new project from my development team.
Git is smart and will follow changes in history to make merging easier and
git ls-files --others goes down the directory tree. Is there an easy way to

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.