The git remote command lets you create, view and delete connections to other repositories. Learn all about git remote and how it helps with git syncing.| Atlassian
Git clone is a Git command line utility used to target and create a copy of the target repository. Learn extended configuration options and common uses.| Atlassian
Pushing is how you transfer commits from your local repository to a remote repo. Learn how to use git push with this tutorial.| Atlassian
Git branching intro. Create, list, rename, delete branches with git branch. git checkout: select which line of development you want and navigate branches| Atlassian