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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T06:27:48+00:00 2026-06-07T06:27:48+00:00

I made a mistake and accidentally was committing to master for a while, and

  • 0

I made a mistake and accidentally was committing to master for a while, and now that I’ve realized my mistake, I want to move those commit off of the master and back into my own staging branch.

Is this possible, to do with git or am I going to have to manually move files around?

  • 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-07T06:27:49+00:00Added an answer on June 7, 2026 at 6:27 am

    If your mistakes are such that master currently looks like:

    A->B->C->D
    

    and you just want to move C and D to a new branch, it’s pretty easy:

    $ git checkout master      # move to D
    $ git branch new-branch    # create new branch at D
    $ git reset B-sha1         # reset master to B
    $ git checkout new-branch  # continue working on new-branch
    

    Depending on what changes are introduced by C and D, this may not work cleanly. For example, if C introduces a new file, git may not let you do the checkout of new-branch for fear of overwriting the file. (When master is checked out at B, git thinks the file is untracked.) You could add a git clean -xdf after the reset, or do reset --hard depending on the circumstances.

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

Sidebar

Related Questions

I have made a mistake in one of the commits. Now I want to
I made a mistake in a bulk insert script, so now i have duplicate
I made the mistake of downloading the latest Silverlight runtime so that I could
I made a mistake when I rebase to a recent commit. ( I forgot
EDIT: I had made a mistake during the debugging session that lead me to
I made a mistake while writing my Django application in hard coding all the
A very common beginner mistake when writing recursive functions is to accidentally fire off
I made a mistake in the model declaration of an app and now need
Mysql mistake (don't laught please) I made a script that generates statistics table for
I made the mistake of upgrading eclipse today and now can't get my a

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.