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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T08:33:54+00:00 2026-06-06T08:33:54+00:00

On github, I forked an old version of another project. I made some changes

  • 0

On github, I forked an old version of another project. I made some changes and am trying to push them onto my fork on github. I commited the changes locally, then tried git push, but this simply tells me “Everything up-to-date”. When I browse the project on github, however, nothing has changed: it still shows the files (from the latest version) on my fork, unmodified. How can I push the changes to my github account?

(I realize this isn’t much information…what else can I say? I have a feeling that it may be because I’m modifying the files directly in (home)/git/(project)…?)

  • 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-06T08:33:59+00:00Added an answer on June 6, 2026 at 8:33 am

    git branch -v indicates that my commit was on (no branch). As for the add, I initially commited the changes through Eclipse (with the git plugin)…when I do git add from the command line, it doesn’t seem to do anything

    That means you are in a DETACHED HEAD mode.
    You can add and commit, but from the upstream repo point of view (ie from the GitHub repo), no new commits are ready to be pushed.
    You have various ways to include your local (detached HEAD) commit back into a branch, which you will be able to push then.
    See:

    • “Not currently on any branch + git commit + checkout when not in any branch. Did I loose my changes?”
    • “detached HEAD explained“.
    • “Git: How can I reconcile detached HEAD with master/origin?“
    • “Git Lesson: Be mindful of a detached head“
    • “Git Tip of the Week: Detached Heads“

    The OP mentions this article in order to fix the situation:
    “git: what to do if you commit to no branch“

    all we need to do is checkout the branch we should have been on and merge in that commit SHA:

    Note that instead of merging the SHA1 that you would have somehow copied, you can memorize it with a script, using head=$(git rev-parse HEAD):
    See “git: reliably switching to a detached HEAD and then restore HEAD later, all from a script“.
    Then you can merge that detached HEAD back to the right branch.

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

Sidebar

Related Questions

Someone forked a Github project of mine and made some changes. How can I
I forked a project on github, made some changes, so far so good. In
I forked a project on github, made a new branch and made some changes
I forked a project on github, since then the original owner made changes to
I forked a GitHub repository. Then I pushed some changes to my fork. Then
I have a project I forked on github to my repository. I made changes
I forked a project on GitHub, pushed some changes, and opened a pull request.
I've forked a repo on github and then made a few changes on master
I have forked the git repository of a project on Github and made my
I'm wanting to fork a github project that other's have forked and one of

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.