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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 6, 20262026-06-06T21:03:23+00:00 2026-06-06T21:03:23+00:00

Sometimes (it happens often) I make mistakes and making a kind of fast fix

  • 0

Sometimes (it happens often) I make mistakes and making a kind of “fast fix” after push.

but for some commit clarity sometimes I’m making re fork (if that was in my fork) and make, commit all changes Again.

Is there someway to merge commits?

  • 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-06T21:03:25+00:00Added an answer on June 6, 2026 at 9:03 pm

    Yep, there’s a way, and it is called squashing.

    git rebase -i sha1_of_the_first_concerened_commit
    

    Then replace all the edit of the commits below the concerned commit by squash (or s), save the file, and continue rebasing with git rebase --continue.

    The next time you’ll push, your push will probably be rejected, you’d need then to git push -f.


    But in your specific case, there’s no need to go trough this all, you can use commit --amend instead.

    Let’s say you commited, then made a quick fix on file1. You’d just need to add your file to the staging area:

    git add file1
    

    Then:

    git ci --amend
    

    And finally force push:

    git push -f
    

    Be careful when rewriting history, it is fine when you’re the only one working on a repo, or you’re sure no one pulled after you, otherwise it’s a pain for the others.

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

Sidebar

Related Questions

Sometimes I feel the urge to put some more expressiveness in my git commit
Sometimes it happens that one missing character in a huge js file ruins the
This is an odd behaviour by my D2006 as it happens sometimes only. I
I have a Hgroup that contains of four panels. Sometimes it happens then when
Sometimes we receive stack traces from our customer with wrong line numbers. It happens
Sometimes users mistakenly redirected to ?Process=ViewImages&PAGEID=. When this happens, they get the following error.
Sometimes you come by Zip files with file or directory with some unrecognized characters
When programming in c++ STL, or intensively using 'templatization', and some compiling error happens,
This post is about C# and .Net, but some info is valuable for other
Hi I have a few simple buttons which sometimes don't react. It happens rarely

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.