Open dinhani opened 4 months ago
I would like to have the URL of the remote git repository available in the Git environment variables, but it seems this is not possible right now.
I can get the URL with the following command: git config --get remote.origin.url
git config --get remote.origin.url
Possible user and password may be stripped from the URL if present.
I would like to have the URL of the remote git repository available in the Git environment variables, but it seems this is not possible right now.
I can get the URL with the following command:
git config --get remote.origin.url
Possible user and password may be stripped from the URL if present.