Replies: 2 comments
-
Some notes for this workflow:
|
Beta Was this translation helpful? Give feedback.
-
The main thing that this is referring to is more or less what you're already doing. Stashes in Git are a hacked-on feature that don't interact well with the rest of Git, so it's better to use regular commits for the same thing. I had intended to implemented a Like @mlcui-google says, you might want to check out |
Beta Was this translation helpful? Give feedback.
-
Wiki page
https://github.com/arxanas/git-branchless/wiki/Workflow:-stashing
Subcommand
No response
Description
Hi,
The page on stashing says
I don't actually using stashing because I always forget the flags to include everything, instead of just staged changes. I also want the changes to stay on the branch I am on, and I like that they're recorded. Instead I have these aliases:
Generally I use this when I have some code that I never want to publish, for example containing debug statements, but I need to do something on a different branch.
It would be great if you could expand on how to achieve this with git-branchless.
Beta Was this translation helpful? Give feedback.
All reactions