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

  • Home
  • SEARCH
  • 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 8068609
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T12:44:49+00:00 2026-06-05T12:44:49+00:00

After i commit and push to the remote repository from the command line: git

  • 0

After i commit and push to the remote repository from the command line:

git commit -m 'ID: XXXXXX Some comments'
git push origin feature/xxxxx
Everything up-to-date

But when i go to github, i can’t see my push on the News Feed, something like luca pushed to feature/xxxx at xxxxxxxxx

I am obviously on the concerned branch, i checked with a git branch command.

Am i missing something ?

  • 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-05T12:44:51+00:00Added an answer on June 5, 2026 at 12:44 pm

    The git message Everything up-to-date indicates that the remote branch you are pushing to is already in sync with the local branch being pushed. Hence, there is no news feed on GitHub since nothing on the remote branch changed.

    If your local branch is out of sync with the remote branch, then executing:

    $ git status
    

    will show a message such as the following:

    # On branch master
    # Your branch is ahead of 'origin/master' by 1 commit.
    

    Now when you push the local branch to the remote branch, git displays a message such as:

    $ git push origin master
    Counting objects: 5, done.
    Delta compression using up to 2 threads.
    Compressing objects: 100% (3/3), done.
    Writing objects: 100% (3/3), 290 bytes, done.
    Total 3 (delta 2), reused 0 (delta 0)
    To git@github.com:user/project.git
       d478973..abc3741  master -> master
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How do I set Git to automatically push to a remote repository (including automatically
I'm writing a tool which will push changes to database after commit to svn.
I am starting with github. After the commands $ git commit -m (without a
From here http://blog.prabir.me/post/Undo-in-Git.aspx , it said This undo’s your commit and also resets your
I am making changes to some file in my local git repository and then
I had a mistake and commit some changes to git which I should not
Pushing some commits to the remote gives a rather weird message: $ GIT_TRACE=2 git
I have a Git repository on my local machine that I cloned from my
I'm trying to use hg push to a git repository, but it silently fails.
I cloned a repository with the clone command successfully. BUT, I tried to push

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.