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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T07:04:44+00:00 2026-06-02T07:04:44+00:00

github showing 13th April’s commit as my last commit. I just did push few

  • 0

github showing 13th April’s commit as my last commit. I just did push few minutes but its not showing up commits after April 13 I can do git log and see commits that was made after April 13.

  • 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-02T07:04:45+00:00Added an answer on June 2, 2026 at 7:04 am

    According to your comments, you’re on a branch called query/master, which is slightly unusual. Was creating that branch (refs/heads/query/master) deliberate?

    In any case, the problem is as follows. When you do:

    git push origin master
    

    … git assumes that you mean:

    git push origin master:master
    

    … i.e. “try to make the master branch in origin the same as my local master branch”. However, you’re not on the local branch called master – you’re on query/master. Instead you need to do:

    git push origin query/master:master
    

    If what you really want is to start working on your master branch instead of query/master, then you can do the following:

    # Check that the output of `git status` is clean, to make
    # sure you don't lose any uncommitted work:
    git status
    
    # Switch to the master branch:
    git checkout master
    
    # Create a branch called old-master that records where master
    # originally was, in case you still want that:
    git branch old-master
    
    # Reset your master branch to where query/master was:
    git reset --hard refs/heads/query/master
    

    Thereafter, when you’re working on the master branch, git push origin master should do what you expect.

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

Sidebar

Related Questions

There is quite a few code samples on PayPal GitHub showing how to implement
Is there a way to display a commit on github.com without showing whitespace changes?
I have repository on GitHub to which I commit regularly from my local computer.
I am following alloy-complex-form-examples from github trying to learn nested forms and I just
I'm trying to make bar graphs similar to how Github does it for showing
Using the repo found here: http://github.com/nkallen/screw-unit and this commit: cc41f3cf373d804b11519704faf1971370f43760 I get this screen
I am using JQUERY plug-in for paging: http://jonpauldavies.github.com/JQuery/Pager/PagerDemo.html it works fine on page. But
I have seen few examples of using geoip in node.js such as https://github.com/kuno/GeoIP.git and
First of all this method clearly working on github, for example pages showing done:
I want to put my dot files on GitHub , but I don't want

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.