Pushing to a Git remote
Published on:Note: This the third video in the Git for beginners series. [Watch the first video here][1].
In Git terminology, we call the Git repository on your computer a local repository.
A Git remote is the same repository stored somewhere else on the internet. It can serve as a backup. If your computer crashes, you can always get the latest version from the remote back onto your computer.