mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-16 17:44:28 +02:00
Merge pull request #1216 from aowen-uwmad/patch-1
Small fix: English grammar issue in interactiveRebase.js
This commit is contained in:
commit
752c781810
1 changed files with 1 additions and 1 deletions
|
@ -71,7 +71,7 @@ exports.level = {
|
|||
"type": "ModalAlert",
|
||||
"options": {
|
||||
"markdowns": [
|
||||
"All interactive rebase means Git is using the `rebase` command with the `-i` option.",
|
||||
"All interactive rebase means is that Git is using the `rebase` command with the `-i` option.",
|
||||
"",
|
||||
"If you include this option, git will open up a UI to show you which commits are about to be copied below the target of the rebase. It also shows their commit hashes and messages, which is great for getting a bearing on what's what.",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue