Is there a possibility to use e.g sed tool to make git status display only the filename, without any path? Instead of:
/relative/path/to/file/filename.py
I would welcome just:
filename.py
I have very long paths in my project, what makes the output of git status hardly readable.
Example of git status output:
modified: d/da/mvp/view/dialogelement/composite/Tab.py
modified: da/dab/core/api/Messages.py