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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T16:57:57+00:00 2026-06-04T16:57:57+00:00

I merge to main, and I’m not satisfied. For instance foo.c is not the

  • 0

I merge to main, and I’m not satisfied. For instance foo.c is not the version I want, and I want a version from commit “blah” on branch “bar”. What I do now is checkout “blah” on branch “bar” copy everything in file foo.c in a text editor, checkout main again, open the version of foo.c I didn’t like, and then clobber it by pasting in what I’ve copying.

There’s got to be a better way.

Any insight?

  • 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-04T16:57:58+00:00Added an answer on June 4, 2026 at 4:57 pm
     git checkout bar path/to/foo.c
    

    should do it. However, if you would like to see what foo.c contains you can use git show:

     git show <some sha1 or other reference>:path/to/foo.c
    

    so to see what the file contained 2 commits ago, you can:

     git show HEAD^^:path/to/foo.c
    

    current commit’s copy can be shortened to:

     git show :path/to/foo.c
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

My current pattern is to merge topic branches into my main development branch once
Suppose I have a main branch and a dev branch. Suppose I merge some
I'm testing out the Reactive Extensions (main branch from NuGet) and I'm having some
Wanted to merge my branch back into the main trunk today. Haven't worked on
When I merge files from one branch to another and then go to check
The history goes as follows: Create branch from main. Change directory structure on trunk.
EntityManager.merge() can insert new objects and update existing ones. Why would one want to
I want to merge two branches that have been separated for a while and
I accidentally ran git merge some_other_branch on my local master branch. I haven't pushed
I have a project hosted on github. There is a main branch (main-branch) for

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.