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
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