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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T17:53:54+00:00 2026-05-26T17:53:54+00:00

How can I move my work and changes from the master branch to a

  • 0

How can I move my work and changes from the master branch to a newly created branch and leave the master branch intact after the move?

  • 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-05-26T17:53:54+00:00Added an answer on May 26, 2026 at 5:53 pm

    You can create a new branch pointing to the current commit using git branch branchname (or git checkout -b branchname if you want to check it out directly). This will basically duplicate your master branch, so you can continue working on there.

    If you have successfully copied the branch, you can reset master to its original point by using git reset --hard commit where commit is the hash of the commit that should be the last one on master.

    So for example you have a situation like this:

    ---- 1 ---- 2 ---- 3 ---- 4 ---- 5 ---- 6
                       ^                    ^
                  original                master
                master commit
    

    So you have checked out master on commit 6, and you want to create a new branch ticket pointing to that 6 while resetting master to 3:

    git branch ticket
    git reset --hard 3
    git checkout ticket
    

    And then you’re on ticket pointing to commit 6, while master points to 3.

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

Sidebar

Related Questions

How can I move items from one list box control to another listbox control
Does anyone know how I can programmaically move a registry from HKEY_LOCAL_MCAHINE to HKEY_CURRENT_USER?
I can move my pointer up and down one line with my arrow key
I'm currently trying to create a desktop like homepage where using can move around
In one of my iPhone projects, I have three views that you can move
Can I move the instruction pointer directly to a line of my choice (within
How can I move all files except one? I am looking for something like:
Apparently I can't move files on different volumes using Directory.Move. I have read that
Is there a way I can programatically move my screens in relation to each
If I have several OS-X Terminal.app windows open, how can I move one Terminal

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.