Skip to content

Commit 7569144

Browse files
committed
docs: update tagline and add support statement
1 parent d27c893 commit 7569144

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# git-source-control
2-
Server-side source control extension for Git on InterSystems' platforms
2+
Embedded Git support for InterSystems platforms, supporting unified source control for changes made via IDEs (e.g., VSCode over isfs) and the Management Portal (Interoperability and Business Intelligence).
33

44
## Prerequisites/Dependencies
55

@@ -8,6 +8,10 @@
88
* OpenSSH 7.6+
99
* InterSystems package manager (https://openexchange.intersystems.com/package/ObjectScript-Package-Manager)
1010

11+
## Support
12+
13+
If you find a bug or would like to request an enhancement, [report an issue](https://github.com/intersystems/git-source-control/issues/new). If you have a question, post it on the [InterSystems Developer Community](https://community.intersystems.com/) - consider using the "Git" and "Source Control" tags as appropriate.
14+
1115
## Installation and Setup
1216

1317
1. Load this repository into IRIS from the community package registry.
@@ -116,8 +120,6 @@ Assuming you have the local and remote repositories created,
116120
`git config core.sshCommand 'ssh -i ~/.ssh/<private key name>'`
117121
8. Test the refresh button for the remote branches on the WebUI, fetch from the source control menu in Studio or VS Code, and `git fetch` in Git Bash. All 3 should work without any issues.
118122
119-
120-
121123
## During Development
122124
123125
:warning: Whenever any code in this project is updated outside the server (e.g. after every `git pull`), you _have_ to run `zpm "load <absolute path to git-source-control>"`. Otherwise, the changes won't be reflected on the server. However, if you load git-source-control via the InterSystems package manager and run `git pull` via the extension itself with the default pull event handler configured, it'll just work.

0 commit comments

Comments
 (0)