In order to exchange data with GitHub, you will need to prove that you are the owner of an account. In this example, I will explain how to do this using SSH keys, this can be used to connect a local machine or server to GitHub. Generate an SSH keygen on the terminal by running… Continue reading Connecting To GitHub With SSH
Tag: GitHub
How To Push Your Code To GitHub from your Local or Remote Server
If you have a project that is already running on a remote server or on your local machine and you would like to move your code to GitHub here are the steps. Log into GitHub and create an empty git repository.Make sure you do not initialize the repository with a README, gitignore or license. Copy… Continue reading How To Push Your Code To GitHub from your Local or Remote Server
