Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Sekhat637yUnlikely, the permission denied might just be that you have something open that's locking a file. Visual Studio maybe? A third party git client?
Failing that, stashes are stored as commits, with any luck you might be able to check out at the stash and just merge it into your branch? -
Sekhat637y@Sunsette turns out you can just do
git stash branch <branchname>
To create a new branch from your most recent stash.
Optionally you can specify a specific stash if it isn't at the top of your stack.
Edit: missing a branch in the command
Related Rants
-
cdrice105"You gave us bad code! We ran it and now production is DOWN! Join this bridgeline now and help us fix this!" ...
-
MoboTheHobo35My Friend: Dude our Linux Server is not working anymore! Me: What? What did you do? My friend: Nothing I swe...
-
tommy15Right now someone at Google is coding something useless for us to laugh at on April Fools.
Been working with Git every day for the last 3 years and never had a problem with it.
Enters Windows.Stash changes, tries a simple stash apply:
error: cannot stat *file_name*: Permission denied
Please tell me you are fucking kidding me.. I did not just fucking lose all that work..
:q life
undefined
hatewindows
gitproblems
windows
:qlife
fml