Skip to content

Commit bf1f0de

Browse files
committed
Added change for auto-replacement of invalid characters while creating a branch.
1 parent 55ed214 commit bf1f0de

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

content/en/docs/refguide/modeling/menus/version-control-menu/branch-line-manager-dialog/create-branch-line-dialog.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Select from which tagged version you want to create a branch line. Every time yo
5151
Enter a name for the new branch line.
5252

5353
{{% alert color="warning" %}}
54-
Branch names cannot include special characters (for example, `@`, `$`, `#`).
55-
{{% /alert %}}
54+
While creating a branch, avoid using invalid characters such as `\`, `^`, `~`, `[`, `:`, `?`, `*`, `<space>`, or consecutive dots `..`. These characters are not permitted by Git and will automatically be replaced with a dash `-`.{{% /alert %}}
5655

5756
## Existing Branch Lines
5857

0 commit comments

Comments
 (0)