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: README.md
+7-4Lines changed: 7 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,15 +41,18 @@ For those with less experience using source control, we recommend this [page](/d
41
41
### Health Connect Cloud
42
42
git-source control is the recommended source control for Health Connect Cloud. [This page](/docs/hcc.md) covers HCC specific usage of git-source-control, including the recommended development workflow, initial setup, and CICD pipelining.
43
43
44
-
### Studio
44
+
### VSCode
45
+
The same right click menus as in Studio live under "Server Source Control..." when right-clicking in a file (in the editor) or on a file when exploring an isfs folder. The top level "source control" menu is accessible through the command palette or the source control icon in the top right of the editor.
46
+
47
+
### Studio
48
+
49
+
Note: Studio has been deprecated. VSCode is the IDE recommended by InterSystems.
50
+
45
51
Add a file for tracking by right-clicking on it in the workspace/project view and choosing Git > Add.
46
52
This same menu also has options to remove (stop tracking the file), discard changes (revert to the index), or commit changes.
47
53
48
54
You can browse file history and commit changes through a user interface launched from the top level Git > "Launch Git UI" menu item. There is also a page for configuring settings.
49
55
50
-
### VSCode
51
-
The same right click menus as in Studio live under "Server Source Control..." when right-clicking in a file (in the editor) or on a file when exploring an isfs folder. The top level "source control" menu is accessible through the command palette or the source control icon in the top right of the editor.
0 commit comments