Uploaded image for project: 'Qt Creator'
  1. Qt Creator
  2. QTCREATORBUG-25778

Feature request: support interactive git stash

    XMLWordPrintable

Details

    • Suggestion
    • Resolution: Unresolved
    • Not Evaluated
    • None
    • Qt Creator 4.13.3
    • None
    • All

    Description

      Current behavior:
      git stash stashes whatever is tracked, but not committed with an auto-generated message.

      Feature request:

      git stash supports the following features

      1. useful message

      git stash push -m "human-readable message"
      

      2. stash specific file(s)

      git stash push -- file1 file2
      

      3. stash untracked files

      git stash push --include-untracked
      

      All these can be supported in qt creator (just like git commit editor).

      Attachments

        Issue Links

          No reviews matched the request. Check your Options in the drop-down menu of this sections header.

          Activity

            People

              orgads Orgad Shaneh
              asit-dhal asit-dhal
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:

                Gerrit Reviews

                  There are no open Gerrit changes