Assign an SSH key to a local Git repository to bypass user/password prompts
during `git push. See
Generating an SSH Key
for further information on how to generate an SSH key and add it to your
GitHub account.
Usage
assignSSH(user, repo)
Arguments
user
GitHub user name as character. If not specified, information on
GitHub user and repository name is taken from the current working
environment.