Changing a GitHub repository origin from HTTPS to SSH

If a repository is cloned using the HTTPS URL instead of the SSH URL, there will be a prompt for a GitHub username and password. If the SSH URL is used then there will be no prompt for a password if SSH is already set up on GitHub. You can check what is being used, […]

Set up GitHub using a SSH key on Ubuntu 16.04

If not already installed, install Git using the following code in Terminal: It is possible to install git-all instead of git, but if working in just the console git is sufficient as well has being a significantly more lightweight package. If a SSH key has not already been generated, this can be done using the […]