Select options below to build your custom Git stash command
To temporarily save the uncommitted changes, you can use the Stash command in Git. Use git stash to save the current state of your working directory and index while keeping a clean working directory.
1. Choose the base command to start building your Git stash command.
2. Add a custom message or select options for including untracked/all files.
3. Use advanced options to customize further, like interactive selection or keeping staged changes.
4. Select a specific stash action, if required.
5. Click on "Generate Command" to see the final command.
6. Copy the generated command using the "Copy" button.