assignSSH {Orcs} | R Documentation |
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.
assignSSH(user, repo)
user |
GitHub user name as |
repo |
GitHub repository name as |
https://docs.github.com/articles/generating-an-ssh-key/.
## Not run:
## for an arbitrary git repository
assignSSH()
## for this very git repository
assignSSH(user = "fdetsch", repo = "Orcs")
## End(Not run)