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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T19:06:34+00:00 2026-06-14T19:06:34+00:00

Short version What is the easiest way to make a branch equal to master

  • 0

Short version

What is the easiest way to make a branch equal to master again, discarding any differences?
Up until now, I simply used git branch -D wip, followed by git checkout -b wip, but that seems a bit silly.

Motivation

I often have a wip branch alongside my master branch, for ‘work in progress’. Sometimes the work on such a branch gets ‘left behind’ and when I rediscover it, I find I no longer want it. This rediscovery often happens when I want to use the branch to store a new set of ‘work in progress’ and I find I simply want to discard any differences with master, so the new ‘work in progress’ fits on top. Figuring out the differences is not worth the trouble: the solution described above works fine for me. Any better solutions to address this use case?

  • 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-14T19:06:35+00:00Added an answer on June 14, 2026 at 7:06 pm

    If you really want to blow away the previous branch with that name, and create a new one you could just use:

    git checkout -B wip master
    

    Using the capital version rather than -b will cause git to switch to the named branch, and reset it to the new starting point named as the last argument. If you’re currently at the desired starting point you could leave off the last argument (master here), it will default to using HEAD.

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

Sidebar

Related Questions

Short version: I'm trying to determine the best way to track what the user
Short version: I want a way to run somefunction(username) and have it return the
Short version: Is there a simple, built-in way to identify the calling view in
Short version: Is there a simple way to get the value of a primary
Short version: How do I make signed URLs on-demand to mimic Nginx's X-Accel-Redirect behavior
Short Version Is there a way to force (or provide a hint to) Microsoft
Short Version: Does anyone know of a way --inside a SQL 2000 trigger-- of
Short Version Is there a way to have visually represented user re-sizable data ranges
Possible Duplicate: Easiest way to echo HTML in PHP? Hello, one simple and short
Short version: When two lists are adjacent to each other, is there a way

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.