After I called git add
the command git status
will show me something like:
...
new file:
I would like to see all the added and modified files, so the merge of
git diff --cached --name-only
+
git ls-files --modified --deleted
but without [1]+ Stopped ...
in between.
When I use git diff --cached --name-only && git ls-files --modified --deleted
I receive:
content/blog/2020/05/artificial-intellect.json
content/blog/2020/05/artificial-intellect.pug
[1]+ Stopped git diff --cached --name-only
content/index.json
index.php