Sunday 21 July 2019

Git: Get specific configuration details


You can execute the command 'git config {PropertyName}' to get the specific configuration details.
$git config user.email
hari@abc.com
$
$git config http.sslverify
false



Previous                                                    Next                                                    Home

No comments:

Post a Comment