currently using:
git diff -name-status
Now this will only give me the following output:
README.md
created.txt
test.txt
However I am looking for something more like this:
/User/github/README.md
/User/github/created.txt
/User/github/test.txt
Does anyone know if something like this is possible?
To clarify: the comment from the linked post states: All output will return paths relative to git rev-parse --show-toplevel this is exactly the issue as I would want the path prior to the top level to be included.