Skip to content
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

feat: project_stash_preview #254

Merged
merged 1 commit into from
May 15, 2022
Merged

feat: project_stash_preview #254

merged 1 commit into from
May 15, 2022

Conversation

tanvirtin
Copy link
Owner

@tanvirtin tanvirtin commented May 15, 2022

Closes: #248

  • Executing the command :VGit project_stash_preview will open a VGit
    preview of all stashed entries in your project.
  • Users can press to select the stashes
  • Pressing enter will show all changes associated with the selected
    stashes in project_commits_preview.
  • If nothing is selected, then the entry on the current line will be
    sent to project_commits_preview

- Executing the command `:VGit project_stash_preview` will open a VGit
preview of all stashed entries in your project.
- Users can press <tab> to select the stashes
- Pressing enter will show all changes associated with the selected
  stashes in `project_commits_preview`.
- If nothing is selected, then the entry on the current line will be
  sent to `project_commits_preview`
@tanvirtin tanvirtin added the enhancement New feature or request label May 15, 2022
@tanvirtin tanvirtin merged commit 816e1d5 into main May 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List all stashed changes
1 participant