I needed to find a way to get the path to the root of my Git repository. I found the answer in the following command:
git rev-parse --show-toplevel
Example:
| |
I needed to find a way to get the path to the root of my Git repository. I found the answer in the following command:
git rev-parse --show-toplevel
Example:
| |