mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-27 08:28:50 +02:00
I've replaced "make" with "provide".
"make" wasn't the correct word to use (it would be "makes") but "provide" sounds a bit better.
This commit is contained in:
parent
bf6a84dd1d
commit
8049ee4d62
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ exports.level = {
|
|||
"* `git merge o/master`",
|
||||
"* etc., etc.",
|
||||
"",
|
||||
"In fact, the workflow of *fetching* remote changes and then *merging* them is so common that git actually make a command that does both at once! That command is `git pull`."
|
||||
"In fact, the workflow of *fetching* remote changes and then *merging* them is so common that git actually provides a command that does both at once! That command is `git pull`."
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue