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

  • Home
  • SEARCH
  • 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 31421
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T13:36:08+00:00 2026-05-10T13:36:08+00:00

In a previous Git question , Daniel Benamy was talking about a workflow in

  • 0

In a previous Git question, Daniel Benamy was talking about a workflow in Git:

I was working on master and committed some stuff and then decided I wanted to put that work on hold. I backed up a few commits and then branched from before I started my crap work.

He wanted to restore his working state to a previous point in time without losing his current changes. All of the answers revolved around, in various ways, something like

git branch -m master crap_work git branch -m previous_master master 

How does this compare to git stash? I’m a bit confused trying to see what the different use case here when it seems like everything git stash does is already handled by branching…


@Jordi Bunster: Thanks, that clears things up. I guess I’d kind of consider ‘stashing’ to be like a lightweight, nameless, branch. So anything stash can do, branch can as well but with more words. Nice!

  • 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. 2026-05-10T13:36:09+00:00Added an answer on May 10, 2026 at 1:36 pm

    ‘stash’ takes the uncommitted, ‘dirty‘ stuff on your working copy, and stashes it away, leaving you with a clean working copy.

    It doesn’t really branch at all. You can then apply the stash on top of any other branch. Or, as of Git 1.6, you can do:

    git stash branch <branchname> [<stash>] 

    to apply the stash on top of a new branch, all in one command.

    So, stash works great if you have not committed to the ‘wrong‘ branch yet.

    If you’ve already committed, then the workflow you describe in your question is a better alternative. And by the way, you’re right: Git is very flexible, and with that flexibility comes overlapping functionality.

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

Sidebar

Ask A Question

Stats

  • Questions 139k
  • Answers 139k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Chris, thanks for bringing this up. Next version of S3fm… May 12, 2026 at 7:41 am
  • Editorial Team
    Editorial Team added an answer Adam' comment showed me the way how to resolve it,… May 12, 2026 at 7:41 am
  • Editorial Team
    Editorial Team added an answer That's only one "extra" table. It's because the same question… May 12, 2026 at 7:41 am

Related Questions

As I've mentioned in a previous question , I'm looking into migrating our source
I teach the third required intro course in a CS department. One of my
I have the following code in a jQuery JavaScript document running on a page
I use git to interface with an SVN repository. I have several git branches

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.