Skip to content
Permalink
Browse files
explanantion of push and pull
  • Loading branch information
aa7401 committed Sep 12, 2019
1 parent c20f866 commit 5d258ac2ba8c8a3bef3c1551064b00f95eb42c67
Showing 1 changed file with 1 addition and 1 deletion.
@@ -84,7 +84,7 @@ As you save your changes you will see a blue circle against the **Source Control

![Committing Changes](exercises/.images/push01.png)

Now you should click on the **Sync** icon (shown below) to push the new commit up to your GitHub repository.
Now you should click on the **Sync** icon (shown below) to push the new commit up to your GitHub repository, this will also pull doen any commits that are on the GitHub server but that you don't have on your local computer. The first number is the number of commits it will pull from GitHub (down arrow) and the second the number of commits it will push from your local computer to GitHub (up arrow).

![Pushing Commits](exercises/.images/push-pull.png)

0 comments on commit 5d258ac

Please sign in to comment.