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

Feature request: support interactive git stash

XMLWordPrintable

    • Icon: Suggestion Suggestion
    • Resolution: Unresolved
    • Icon: P3: Somewhat important P3: Somewhat important
    • None
    • Qt Creator 4.13.3
    • All

      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).

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

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

              Created:
              Updated:

                There are no open Gerrit changes