Guide to Handling GitHub Remote Repositories
Clone the Remote Repository
git clone <clone_url>
git remote -v - Is used to get the list of remote repositories linked with local repository
git push - Used to Push the changes from Local Repository to Remote Repository
git push -u <remote...
managing-source-code-git-and-github.hashnode.dev1 min read