1Setup and retrieve HTTPS and SSH credentials for use with 'git' 2and other services. For HTTPS remotes the package interfaces 3the 'git-credential' utility which 'git' uses to store HTTP 4usernames and passwords. For SSH remotes we provide convenient 5functions to find or generate appropriate SSH keys. The package 6both helps the user to setup a local git installation, and also 7provides a back-end for git/ssh client libraries to authenticate 8with existing user credentials. 9