Skip to content

Commit a4c4a4d

Browse files
authored
add best practice for other special characters
1 parent bf1f0de commit a4c4a4d

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,10 @@ 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-
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 %}}
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 `-`.
55+
56+
Mendix also recommends not using other special characters such as `@`, `$`, and `#` as a best practice.
57+
{{% /alert %}}
5558

5659
## Existing Branch Lines
5760

0 commit comments

Comments
 (0)