Loading lesson path
Git
Git and GitHub focused on Git Security SSH and related concepts.
SSH (Secure Shell) is a way to connect securely to remote computers and services, like Git repositories.
In the last chapters, we made an account on GitHub and set up SSH.
When we have made changes locally, we want to update our remote repository with the changes.
Now continue working on our new branch in our local Git.
This chapter explains how to push a branch from your local computer to GitHub.
The GitHub Flow is a simple, effective workflow for collaborating on code using Git and GitHub.
They are great for beginners, make it easier to see what's happening, and help you avoid common mistakes.