We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b954d93 commit 589bcb9Copy full SHA for 589bcb9
README.md
@@ -319,7 +319,7 @@ To create a new branch, you can use the following command:
319
git switch BRANCH_NAME
320
```
321
322
-> `git switch -c another_branch` - This command creates a new branch called dark-mode. the `-c` flag is used to create a new branch.
+> `git switch -c another_branch` - This command creates a new branch. the `-c` flag is used to create a new branch.
323
324
```cmd
325
git switch -c another_branch
0 commit comments