How to properly show current diff stats in shell prompt and code editor? #7406
-
Many git users use some scripts to show current diff stats in the shell prompt (e.g. With jj, while we can implement such features using On the one hand, since these use cases requires running On the other hand, using What's the proper way to do this? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
Perhaps it's going to be |
Beta Was this translation helpful? Give feedback.
-
Thanks, that make sense. I have another question : apparently, (for git colocated repos), |
Beta Was this translation helpful? Give feedback.
Perhaps it's going to be
--no-commit-transaction
once that's available (#2562).