Skip to content

Commit 589bcb9

Browse files
fixing
1 parent b954d93 commit 589bcb9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -319,7 +319,7 @@ To create a new branch, you can use the following command:
319319
git switch BRANCH_NAME
320320
```
321321

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.
322+
> `git switch -c another_branch` - This command creates a new branch. the `-c` flag is used to create a new branch.
323323
324324
```cmd
325325
git switch -c another_branch

0 commit comments

Comments
 (0)