Thursday, June 10, 2021

How to view where the configurations are saved

 open cmd prompt and type below command.


git config --show-origin user.email


git config --show-origin user.name



To know the list of attributes available in the configuration


git config --list

No comments:

Post a Comment