The git fetch command downloads commits, files, and refs from a remote repository into a local repo. Learn about additional uses and see examples here.| 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