New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
git stash save deprecated, need to use git push
#3349
Comments
|
#3200 discusses "git stash push" Note that Magit implements its own custom stashing features, including stashing just the index, or just the un-staged changes, so there is good flexibility as-is. As per comments on https://emacs.stackexchange.com/q/38452 , As such, I don't think it would make sense to remove any of the existing functionality/bindings; but potentially |
|
Hum thank you... And I tried to look quickly in the source code and I can't find any reference to "git stash save" (maybe I just miss it?), does that mean that somehow (sorry I'm not a git expert at all, maybe using "git stash create"?) magit completely simulate the "git stash push" command, and therefore does not mind if git stash push is now deprecated ? |
|
From my reading, the single difference of note between |
|
If we need I don't think we need that and the only other difference between these two subsubcommands is that |
Hello,
First, thank you for this great tool. I just wanted to let you know that now
git stash saveis deprecated, and thatgit stash pushshould be used instead. Would it be possible to implement it ? Or maybe there is a reason you chose not to implement it?Thank you very much!
The text was updated successfully, but these errors were encountered: