Push Changes
Learn to push changes from the local repository to the remote repository.
We'll cover the following...
Once we add the remote repository URL to our local repository using the git remote
command, we’ll push or upload our local code and its revision history to the remote repository. This can be done using git push
.