This repository is used to practise working with remote repositories on GitHub. It focuses on connecting a local Git repository to GitHub and synchronising changes using push and pull.
- A remote is a version of a repository hosted on a server such as GitHub
originis the standard name for the primary remote repositorygit pushsends local commits to the remote repositorygit pullretrieves and merges changes from the remote repository into the local branch
Host the local project on GitHub and verify two-way synchronisation between the local repository and the remote repository.
The project is visible on GitHub, local commits are successfully pushed, and changes made on GitHub can be pulled back into the local repository.