mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-13 16:14:27 +02:00
Fixed Typo in RemoteBranch Level
This commit is contained in:
parent
2ac79534f8
commit
b0bb8d9e98
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ exports.level = {
|
|||
"markdowns": [
|
||||
"### What is `o/`?",
|
||||
"",
|
||||
"You maybe wondering what the leading `o/` is for on these remote branches. Well, remote branches also have a (required) naming convention -- they are displayed in the format of:",
|
||||
"You may be wondering what the leading `o/` is for on these remote branches. Well, remote branches also have a (required) naming convention -- they are displayed in the format of:",
|
||||
"",
|
||||
"* `<remote name>/<branch name>`",
|
||||
"",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue