Pushing to a Version Control System Application
Understand how to use version control systems to manage and deploy your web application's code. Explore commands like git clone and git push, discover popular platforms such as GitHub and Bitbucket, and prepare to deploy your site securely using cloud hosting services.
We'll cover the following...
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 ...