mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
Merge pull request #204 from dgodfrey95/patch-1
I've replaced "make" with "provide".
This commit is contained in:
commit
f58ff74f6b
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ exports.level = {
|
||||||
"* `git merge o/master`",
|
"* `git merge o/master`",
|
||||||
"* etc., etc.",
|
"* 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