test_login
Test whether git credentials are working by attempting ls-remote against the origin. Returns success/failure and remote refs count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| remoteName | No | Remote to test. Default origin. | origin |
| workingDirectory | No | Git repo path. Default current directory. | . |