Replies: 2 comments 2 replies
-
Hmm, maybe |
Beta Was this translation helpful? Give feedback.
-
You shouldn't normally have conflicted branches. Maybe you have multiple remotes where the branches have diverged relative to each other? The default these days is to not import branches, which avoids running into conflicts like that. See
Maybe |
Beta Was this translation helpful? Give feedback.
-
or perhaps phrased differently: is there a way to show only the status of files in the working copy?
My status output is dominated by information about branches that, at this moment in time, I do not care about:
Part of my workflow is to frequently (perhaps due to some OCD) check what files I've changed. In the current state, nothing has changed but I have to work very hard to discern that here, partly because the status output is new an unfamiliar to me at the moment, but largely because there is so much other information that is not relevant to my goal in that moment.
Is there a way I can constrain this output, or a different command I should use if I want just the working copy state and get something like:
Beta Was this translation helpful? Give feedback.
All reactions