Is it possible to get the script name and the path where that script is located, from git hash commit value
Suppose with the following details
script name - script.sh
path - /c/training/
I make some changes in script.sh
and the commit hash is 123456789asdasdasdas (placeholder value)
Using the commit hash value, the output should be
script.sh /c/training/