progit / progit2

Pro Git 2nd Edition
Other
5.69k stars 1.88k forks source link

'git stash' Command Silent Execution without Feedback #1928

Closed motisaa closed 4 months ago

motisaa commented 4 months ago

There's no existing/similar bug report.

This report is about a single actionable bug.

This report is about the ProGit book, version 2, English language.

Bug covers book website/pdf

Problem is present in the Pro Git book on the website?

Which version of the book is affected?

I don't know

Describe the bug:

When executing the git stash command, the operation is completed without providing any feedback or confirmation.

Steps to reproduce:

Make modifications to a file. Execute git commit -a --amend. Press Ctrl+Z to exit the command. Attempt to execute git stash

Expected behavior:

The git stash command should provide meaningful feedback, indicating the success or failure of the stash operation, especially when encountering incomplete or problematic commands.

Screenshots:

commands before gitstash gitstash is silent

Additional context:

No response

Device

desktop

Operating system

LliureX

Browser/application + version

No response

lazarljubenovic commented 4 months ago

This is a repo for a book about git, not git itself.

motisaa commented 4 months ago

This is a repo for a book about git, not git itself.

So where can I report it on GitHub?

ben commented 4 months ago

The Git site says that the right place to report a bug is the mailing list.

Going to close this out, there's nothing we can do about this here. 😄