Skip to content

Add support for Stashes #143

Closed
Closed
@kaisellgren

Description

@kaisellgren

Add support for a few Stash related features that are needed, wanted and appreciated:

  • List stashes
  • Destroy a stash
  • Create a stash
  • Show stash (changes)

This is what Git CLI shows me I can do:

Usage: git stash list [<options>]
   or: git stash show [<stash>]
   or: git stash drop [-q|--quiet] [<stash>]
   or: git stash ( pop | apply ) [--index] [-q|--quiet] [<stash>]
   or: git stash branch <branchname> [<stash>]
   or: git stash [save [--patch] [-k|--[no-]keep-index] [-q|--quiet] [<message>]]
   or: git stash clear

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions