mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-06-29 17:27:22 +02:00
Typo "chose" -> "choose".
This commit is contained in:
parent
3adec8d88a
commit
93dfb67075
1 changed files with 2 additions and 2 deletions
|
@ -40,7 +40,7 @@ exports.level = {
|
|||
"* `git rebase -i`",
|
||||
"* `git cherry-pick`",
|
||||
"",
|
||||
"Interactive (the `-i`) rebasing allows you to chose which commits you want to keep or discard. It also allows you to reorder commits. This can be helpful if you want to toss out some work.",
|
||||
"Interactive (the `-i`) rebasing allows you to choose which commits you want to keep or discard. It also allows you to reorder commits. This can be helpful if you want to toss out some work.",
|
||||
"",
|
||||
"Cherry-picking allows you to pick individual commits and plop them down on top of `HEAD`"
|
||||
]
|
||||
|
@ -139,4 +139,4 @@ exports.level = {
|
|||
]
|
||||
}
|
||||
}
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue