Merge pull request #302 from Qhorin/addedMissingThe

Added missing "the"
This commit is contained in:
Peter Cottle 2015-07-17 09:47:22 -07:00
commit 09aa8e7fa3

View file

@ -34,7 +34,7 @@ exports.level = {
"markdowns": [
"## Push arguments",
"",
"Great! Now that you know about remote tracking branches we can start to uncover some of mystery behind how git push, fetch, and pull work. We're going to tackle one command at a time but the concepts between them are very similar.",
"Great! Now that you know about remote tracking branches we can start to uncover some of the mystery behind how git push, fetch, and pull work. We're going to tackle one command at a time but the concepts between them are very similar.",
"",
"First we'll look at `git push`. You learned in the remote tracking lesson that git figured out the remote *and* the branch to push to by looking at the properties of the currently checked out branch (the remote that it \"tracks\"). This is the behavior with no arguments specified, but git push can optionally take arguments in the form of:",
"",