cURL
curl --request GET \ --url http://localhost:3000/api/v1/git/settings \ --cookie nut-session=
{ "success": true, "data": { "settings": { "user": { "name": "<string>", "email": "jsmith@example.com" }, "defaultBranch": "<string>", "autoCommit": true, "signCommits": true } } }
Retrieve Git configuration settings
Session cookie authentication
Git settings
Show child attributes