Skip to content

Commit 059e41c

Browse files
authored
Merge pull request #10062 from sanaya-m/auto-replace-invalid-chars-branches
Added change for auto-replacement of invalid characters while creating a new branch
2 parents baa7831 + a4c4a4d commit 059e41c

1 file changed

Lines changed: 3 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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,9 @@ 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, `@`, `$`, `#`).
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.
5557
{{% /alert %}}
5658

5759
## Existing Branch Lines

0 commit comments

Comments
 (0)