...

/

Pushing to a Version Control System Application

Pushing to a Version Control System Application

This lesson deals with uploading our website code to a VCS application like GitHub.

We'll cover the following...

In the last lesson, we learned how to communicate with the server using SSH. We mentioned the scp command which transfers files from our local machine to the server. Although the command is available to us, it is generally not a smart way to transfer our code to the server. Instead, we bring a third player into the mix: a version control ...