You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: articles/partner-solutions/neon/manage.md
+37-4Lines changed: 37 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -27,9 +27,6 @@ The *Essentials* details include:
27
27
To manage your resource, select the links next to corresponding details.
28
28
29
29
Below the essentials, you can navigate to other details about your resource by selecting the links.
30
-
31
-
-
32
-
-
33
30
34
31
## Projects
35
32
@@ -39,11 +36,47 @@ When you create your first Neon organization, a default project is created for y
39
36
40
37
To view your projects, Choose the projects tab from the menu.
41
38
39
+
To view a specific project, select the project's name.
40
+
41
+
### Add a branch to a project
42
+
43
+
A branch is a copy-on-write clone of your data. You can create a branch from a current or past state. Each Neon project is created with a root branch called main. The first branch that you create is branched from the project's root branch. Subsequent branches can branch off the root branch or from a previously created branch.
44
+
45
+
1. To create a new branch, open your project and select **+ Create new Branch** from the menu bar in the working pane.
46
+
47
+
The **Create new Branch** flyout appears in the right side of the working pane.
0 commit comments